Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
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.