Appearance
Workflow result ​
The Workflow result action sends data back from a reusable workflow. Use it when another workflow executes your reusable workflow and needs to use the result in a later step.
If you only need to store a value inside the same workflow run, use Create workflow variable instead.
How it works ​
- Create or open a reusable workflow.
- Add the
Workflow resultaction. - Choose the result
Type. - Bind the
Resultvalue you want to send back.

In the workflow that executes this reusable workflow, use the executed action's result in later actions:

Other actions, such as Custom JavaScript, can also make data available through their own result when they return data.
TIP
Use Workflow result for the final value you want to send back from a reusable workflow. Use workflow variables for temporary values inside the same workflow.

