...
One or more editable workflow parameters can be added to a workflow. Their values can be changed at space level. Each time the workflow parameter is encountered by the workflow, for example in a JSON trigger action, the value at that moment in time will be retrieved. This means your workflow can dynamically adapt to changing situations.
Workflow parameters can be used for example to manage your reviewers or expiry dates for your page contentyour approved pages. This allows your workflow to dynamically adapt to changing situations - for example, using a workflow in different spaces each with different team members that must be added as reviewers.
Where can they be used?
You can use parameter references in the following situations
in workflow approvals for the values of reviewers
in workflow states as a value for state expiry
JSON trigger actions that support workflow parameters
...