===Pass parameters when workflow triggers another workflow===
If a workflow is triggered from another workflow, you can reference a value from the object that triggers the previous workflow (eg e.g. if a L3 workflow triggers a L2 workflow, you can use the syntax on the L2 workflow to reference any value from the L3object from within the L2 workflow). The syntax is as below:
@triggerobject.FIELDNAME@
It should also work when using a Trigger Workflow task, and when task connector is linked directly to the workflow.
===Using variable syntax to select recipients for workflow tasks===