Fault handling
Log Emitter Trigger
iHub provides a trigger named Log Emitter. This trigger listens for log events generated by actions executed in other flows. When such an event occurs, the Log Emitter trigger captures the event and initiates its own flow to process the captured action.
These variables can be used to identify the flow
"sourceFlowName": "my flow name",
"sourceFlowId": "5a9103ce-a082-4e31-b113-c5a7c504a31e",
"sourceActionName": "Create Issue",
"sourceActionId": "e5ca9389-7aa8-4bb6-99fc-5a7616fb6f59",
Execution Conditions
The flow associated with the Log Emitter trigger runs whenever a log event is generated by another flow. These events correspond to actions executed within those flows and are recorded in their respective execution logs.