Learn the general process to execute any workflow in CogniAgent
Once you’ve configured and saved all the nodes in your application, you can initiate the process directly from the workflow canvas. This assumes any necessary starting data is already saved within the initial Event node (e.g., On Start) or will be provided immediately upon starting.
Locate the blue Start button at the bottom of the workflow canvas.
2
Execution Begins
The workflow will immediately execute the first Event node, loading the initial data.
3
Workflow Pauses (if needed)
Execution will proceed automatically until it hits a Control Flow node that requires external input, such as a Human node or a Wait & Combine node waiting for a branch to complete.