Skip to main content

Get help for ARIS Process Mining functions and services

Create variables

You can create variables for your analyses. You can use a variable only in the analysis for which you created the variable.

Procedure. Procedure
  1. Open a project.

  2. Move the mouse pointer over an analysis in the Project panel.

  3. Click the ... More options icon.

  4. Click Configure variables. The Variables dialog opens.

    Variables dialog
  5. Click Add variable. The corresponding dialog opens.

  6. Configure the variable.

    1. Enter a placeholder, for example, "selectedDate". The placeholder is used as a reference by the Input component to provide data, for example, ${selectedDate}.

    2. Enter a variable name. The name is used to identify the variable.

    3. You can enter an optional description.

    4. You can enter a default value that will be used as the initial value. By default, the value is NULL. Click NULL and enter a value, for example, a date.

      To use the current date and time as the default value of a variable, enable the Current date and time option. If you perform an analysis in which the variable is used, the current date and time of execution are dynamically assigned to the variable. If the variable value is set by a component, such as the Input component, the value of the component is used.

      Configure variable
  7. Click Add. The variable is listed on the Variables page.

  8. Click Done to close the Variables page.

You created a variable for the analysis.

Example 71.
Variable list