This documentation supports the 22.1 version of BMC Helix Digital Workplace Basic and BMC Helix Digital Workplace Advanced. Icons distinguish capabilities available only for the Advanced and External license levels. For more information, see License types and features.

Adding process input variables to a workflow

As an internal service supplier, internal supplier administrator, or catalog administrator, you create process input variables and map them to input parameters of activities used in a workflow. By using process input variables in a workflow, you define information that requires input from a service requester. When an end user requests a service, the information the user enters into the questionnaire is sent to the workflow. For more information about this process, see Capturing process information and passing it into a workflow.

Important

If you create process input variables and map them to the input of activities in a workflow, you must create a service questionnaire. 

When you open the Questions Designer to create a service questionnaire, the process input variables are automatically generated and added there as process questions. For more information, see Creating service questionnaires.

To create a process input variable

To pass process input information to your workflow, you must add a process variable of any type, other than Service Broker Context. You can include multiple process input variables in a workflow. 

  1. Open the workflow designer, and select the canvas to modify the settings of a process.
  2. Click Add/Remove Variables.
  3. Click Add Variable, and enter the following values:

    Parameter

    Description

    Name

    objName process variable that represents the question data type.

    Each variable in the same workflow must have a unique name.

    Variable Type

    Select Input/Output Parameter.

    Define how your parameter will be used in an activity that is applied to one or more workflows.

    To use the variable in the current workflow, enable any of the following options:

    • Input—Data input is not mandatory to perform an action.
    • Input Required—Data input is required to perform an action.

    To use the variable in one or more calling external workflows, enable the following option:


    Note: You can create a variable that will be used locally in a workflow, and will not be passed to a service questionnaire. To create a local variable, select Local Variable. For more information, see Adding local variables to a workflow,
    Data Type

    Select one of the following data types:

    • Boolean—True or false
    • Date—Yyyy-MM-dd format
    • Date/Time—Yyyy-MM-dd hh:mm AM/PM format
    • Time—Hh:mm AM/PM format
    • Decimal—Integer numerical with a decimal point
    • Floating—Integer with a floating point
    • Integer—Integer numerical (with no decimal)
    • Text—Text string
    • Selection—Selection list. For this data type, you must create an options list.

    Note: You can assign only the variable data type that the external system expects. For example, if a connector action expects an integer, you must create a variable of integer data type.

    Default value (Optional)Specify the default value for a process variable.
    Description (Optional)Enter a description for the process input variable. It can be useful if you have a complex workflow with many input variables.

    Variable ID (Optional)

    This field is automatically populated with an integer value when the workflow is saved.
  4. Save the process input variable.
    The saved process input variable appears in the list of variables. For examples of creating process input variables, see Designing a simple workflow.

Example of using a process output variable in a calling workflow

The following example shows how you can create an output variable and use it in a calling workflow.

  1. The Create change request from ITSM workflow uses the Company Information process variable, which is configured as an input variable and an output variable. 

    The Company information input variable is mapped to the input map of the Create Change Request activity.

  2. Another workflow is configured to use the Call Activity, which calls the Create change request from ITSM workflow. 

    The Company information output variable (configured for the first process) is available in the list of the Call Activity variables.

    The Company information output variable is used in the input map of another variable in the workflow: 

Where to go from here

Creating service questionnaires

Was this page helpful? Yes No Submitting... Thank you

Comments