Flow action numbering
The action outline displays a whole number besides each action and flow logic block in a flow. You can update flows containing legacy action numbering from within Workflow Studio.
Current action numbering
The current number sequence increments each item in the action outline by a whole value of one. For example, if a flow logic block is step 2 in the action outline, then the actions within the flow logic block are steps 3, 4, and 5. Inline scripts reference the whole number value of actions and flow logic.
Legacy action numbering
The legacy number sequence increments each item within a flow logic block by a decimal value of 0.1. For example, if a flow logic block is step 2 in the action outline, then the actions within the flow logic block are steps 2.1, 2.2, and 2.3. Inline scripts reference the decimal values of actions and flow logic.
Automatic action numbering updates
Workflow Studio automatically updates the action numbering of all flows during upgrade. Whenever you open a flow that contains inline scripts, Workflow Studio checks the script for references to legacy action numbering. If the script contains legacy references, it displays a prompt to update the action numbering.