(OO) Support Tip: How A Flow Runs?

 
0 Likes

Triggering:
Put new execution message to the Queue in the OO database. Add a row in the OO_EXECUTION_SUMMARY table for the execution.

Execution:
Worker gets execution object from the Queue (Orchestrator) and begins to run the flow.

Completion:
Once the flow completes worker will send it back to Queue in TERMINATED status. The row in OO_EXECUTION_SUMMARY table is updated to COMPLETED.

Labels:

Support Tip
Comment List
Related
Recommended