Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
com.dooris.bpm.actionhandler.RenameInstanceHandler

Parameter

Parameter name

Default value

Description

Valid examples

instanceName

Status
titlemandatory

Status
titleN/A

instanceName will determine the name of the process instance.

Info

Variables are specified as ${variablename}

Onboarding of ${nameOfTheEmployee}

Example:

In this example, we will use a smartform form for a new employee which has a field with a variable called nameOfTheEmployee.

...

Parameter name

Description

Example Values

instanceName

The variable nameOfTheEmployee is used here with the fixed text 'Onboarding of' to create employee specific onboarding forms.

Onboarding of ${nameOfTheEmployee}

The name of the process instance will be changed when ‘Rename Instance Handler’ is started after entering the employee name as John Doe.

...