Workflow Parameters

Last modified: April 18, 2024

1 Introduction

A parameter is a special kind of variable that is used as input for the workflow. When a workflow is triggered, the parameter is filled with the current values.

In the workflow editor, you can see the WorkflowContext parameter in the upper-left corner. In the picture below, the object is shown in blue and the parameter name is shown in black.

The WorkflowContext parameter is a business-related data that travels through the workflow.

2 Properties

2.1 Entity

The entity used by the workflow parameter.

2.2 Name

Name is the name of the parameter and cannot be changed.