Hi Team,
in Orquesta workflows, we need to run the task as a sequence of UpdateWorklog_Incident then Escalate_Incident . However, it’s running simultaneously.
Please help. how to configure sequence task call.
ping_result_validate:
action: core.noop
next:
- when: “{{ ctx().Ping_failure_msg_len > ctx().Ping_failure_msg_lenCondition }}”
publish:
- error_message: “Device {{ ctx().ci_address }} could not be reached by ping”
- ping_Detail_result: “Result :{{ ctx().Ping_failure_msg}}”
- Incident_Esclation: “Esc”
do:
- UpdateWorklog_Incident
- Escalate_Incident