Apply workflow transition
This automation action allows to apply a transition to a workflow of one or multiple elements. The elements can be selected via UI or job run context.
Available Context
For more information on context limitations refer to the Available Context section.
Multiselect: Yes Elements: Data Objects, Assets, Documents
Configuration Options
# Name of the workflow state that should be applied.
workflow_name: 'product_data_enrichment'
# Name of the workflow state that should be applied.
transition_name: 'mark_done_all'
Detailed Configuration Options
workflow_name
(Required, string): Name of the workflow itself.transition_name
(Required, string): Name of the workflow transition that should be applied.
Job Run Context
When using the JobRunContext
pass all the elements as ElementDescriptor
array to the context key apply_workflow_transition_subjects
.