Skip to content

Adds triggers for OnFlowStarted and OnFlowFinished

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 16:42
a39ffa9

Summary

These 2 triggers allow you to have other flows be triggered once another flow has started or finished, this may be useful if you want to use composited style flows which are all part of a larger flow and need to run in sequence but may also be triggered via other mechanisms.

image