About workflow execution about-workflow-execution
A workflow is always started manually. However, once started, it can remain inactive, depending on the information specified in a Scheduler activity.
Execution related actions (start, stop, pause, etc.) are asynchronous processes: the command is saved and will become effective once the server is available to apply it.
In a workflow, the result of each activity is generally sent to the following activity via a transition, represented by an arrow.
A transition is unterminated if it is not linked to a destination activity.
Once an activity has been executed, the number of records sent in the transition is displayed above it.
You can open transitions to check that the data sent is correct during or after executing the workflow. You can view the data and the data structure.
By default, only the details of the last transition of the workflow can be accessed. To be able to access the results of the preceding activities, you need to check the Keep interim results option in the Execution section of the workflow properties, before starting the workflow.
When a transition is open, you can edit its Label or link a Segment code to it. To do this, edit the corresponding fields and confirm your modifications.
Using Campaign Standard REST APIs, you can start, pause, resume and stop a workflow. You can find more details and examples of REST calls in the API documentation.