Action flows are a set of extensibility action scripts that are used to extend life cycles and automation further.

All action flows begin with flow_start and end with flow_end. You can link several extensibility action scripts together, by using the following action flow elements:

  • Sequential - Multiple extensibility action scripts running sequentially.
  • Fork - Multiple extensibility action scripts or flows that split pathways to contribute to the same output.
  • Join - Multiple extensibility action scripts or flows that join together and contribute to the same output.
  • Conditional - Multiple extensibility action scripts or flows that run after a condition is satisfied.