This documentation supports the 20.08 version of BMC Helix Platform. 
To view an earlier version, select 20.02 from the Product version menu.

Computing values in processes

To specify conditions in a process flow, you can build expressions that represent arithmetic or a function expressions. To obtain the expression value, you can use the Compute Value Service Task in the Process designer and use the expression value in the process flow.

Note

Application business analysts can customize the objects developed in their own applications and that are marked customizable by the developers, but cannot customize the objects developed in com.bmc.arsys. For example, objects in core BMC applications like Foundation, Approval, and Assignment cannot be customized.

To evaluate expressions in processes

  1. Log in to BMC Helix Innovation Studio and navigate to the Workspace tab.
  2. Select the application in which your process exists.
  3. In the application, click Processes tab.
  4. Click the process name that you want to modify to obtain expression values.
    The system opens Process designer and displays the process diagram on the canvas. 
  5. Drag and drop the Compute Value Service Task to the canvas and place it at that point where you want the system to evaluate an expression.
  6.  In the Properties pane, enter the values for the properties. The following table provides more information on the Compute Value properties:

    PropertyDescription
    INPUT MAPCustom expression that represents an arithmetic or a function expression. You can build a custom expression and use the output of the expression in your process.
    For example, build an expression to concatenate input parameters with static values and use the expression output in different actions.
    OUTPUT MAPProcess parameters that you want to obtain as output values from this Compute Value Service Task. You can build an expression for assigning an output value to a process parameter.

    For more information on the common Service Task properties like Run as, Multi instance loop, see Service Task properties.

  7. Click Save.

Related topic

Defining the application business logic through processes

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

Comments