Parameters in Workflows
Parameters can be used inside Workflows to react to value changes or to control system behavior.
To use a parameter in a workflow, simply drag the parameter name into the Workflow editor. A menu will appear allowing you to create either actions or events.

Parameter Actions
Parameter actions allow workflows to modify or retrieve parameter values.
Available actions include:
Set – sets the parameter to a specific value
Get – retrieves the current parameter value
Morph – smoothly interpolates the parameter to a new value
Add Motion – adds motion data to the parameter
Remove Motion – removes motion data from the parameter
Some parameter types may provide additional actions depending on their functionality.
Parameter Events

Workflows can also react to parameter changes.
To create a parameter event:
Drag the parameter into the workflow editor
Select Parameter Event
This event will trigger whenever the parameter value changes.
Last updated