Convert items to subflow

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Convert consecutive items of a flow into a new subflow that preserves data pill references between the converted items. Update the original flow to replace the converted items with a call to the new subflow.

    시작하기 전에

    • Role required: flow_designer or admin
    • Read and write access to the source flow

    이 태스크 정보

    Converting actions into a subflow preserves data pill references and transform functions from the original flow. Workflow Studio creates the new subflow in the same application scope as the original flow.

    프로시저

    1. Navigate to All > Process Automation > Flow Designer.
    2. Open the flow you want edit.
    3. Next to the ACTIONS header, select the Select multiple link.
      Location of the Select multiple link on a flow containing a trigger and three actions
      중요사항:
      The flow must contain at least two actions in order to display the Select multiple link.
      Workflow Studio displays a checkbox next to each action.
    4. Select one or more consecutive actions to convert.
      중요사항:
      You can't convert a Set Flow Variables flow logic available in one flow to a new subflow. Instead you must define and set flow variables in the subflow in which you want to use them.
    5. From Operations menu, select the Convert to subflow icon (Hovering over the Convert to subflow icon to display the tooltip).

      Operations menu when multiple items are selected.

      중요사항:
      You must have write access to the flow to convert items to a subflow. A read-only protected flow doesn't support converting items into a subflow.
      Workflow Studio displays the Convert to subflow dialog box.
    6. In the dialog box, enter the name of the subflow you want to create.
      Convert actions to subflow dialog box with a sample Subflow name of Assign to and notify network group.
    7. Select OK.
      New subflow containing the actions from the converted flow
      The selected actions are removed and replaced by the Call a subflow flow logic block. Workflow Studio creates and publishes a subflow that contains the same actions, input values, references, and transform functions from the original flow.

    결과

    Original flow now only has one step to call the Assign to and notify network group subflow

    Workflow Studio updates data pill references in the original flow to their new locations. References to actions within the new subflow include their new subflow name. References to actions within the original flow include their new sequence number.

    다음에 수행할 작업

    Review the new subflow, and update the original flow to provide the input values needed for the subflow.