References to declared playbook inputs (dot-walkable).
When I is specific (from PlaybookDefinition context), provides autocomplete on input names.
When I is defaulted (inside wfa.playbook.lane()), falls back to any for dot-walking.
Reference to the parent record (dot-walkable). Available when parentTable is set on PlaybookConfig.
Reference to the playbook's state field (dot-walkable).
Params available inside lane activities and execution functions. Provides typed access to playbook inputs.
Activity output references use local variables (same-lane) or lane variables (cross-lane) rather than a params proxy — see examples.