Workflow
Find condition by action ID
Returns a string representing the "condition" on the selected action.
More specifically: if the workflow action has anything in its Custom Code field, the result is evaluated as Velocity, and the output is returned.
get/api/v1/workflow/actions/{actionId}/condition
Path parameters
actionIdstring required
Identifier of a workflow action to check for condition.
Example value: b9d89c80-3d88-4311-8365-187323c96436 (Default system workflow "Publish" action)
Response
Condition returned successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.