Pass a variable from a workflow to a subflow

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Use this process to pass variables from a parent workflow to a subflow.

    시작하기 전에

    Role required: workflow_admin, workflow_creator, or admin

    이 태스크 정보

    주:
    You can also use the Return Value activity in the subflow to return values to the parent workflow. Make sure to have a Return Value on every ending transition path.

    프로시저

    1. Prepare the subflow to accept variables from the parent workflow by defining the inputs.
    2. Include the subflow in the parent workflow and connect the inputs to the parent workflow variables.
      주:
      You cannot pass variables to a subflow that runs on the Requested Item [sc_req_item] table.

    Define inputs for a subflow

    Define the input variables for a workflow to request from parent workflows when it is launched as a subflow.

    이 태스크 정보

    All inputs are stored in the Variables [var_dictionary] table.

    프로시저

    1. In the editor, open and check out the workflow.
    2. In the title bar, click the menu icon and select Edit Inputs.
    3. In the Workflow Inputs window, click New.
    4. Populate the record with the definition of the variable, including the column name, the label that is displayed to the user, and the type of field.
    5. Click Submit.

    Invoke a subflow in a workflow

    Use this procedure to add a subflow to a workflow.

    프로시저

    1. In the Workflow Editor, open and check out the parent workflow.
    2. Drag the subflow from the Workflows tab to the parent workflow.
    3. In the New Activity dialog box, define the variables defined by the subflow's Inputs.

      These fields can accept both static values or variables in the following format:

      ${variable_name}

    4. Click Submit.

      The workflow triggers the subflow at the appropriate time and passes the variables as indicated by the Inputs definition.