Versions Compared

Key

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

Description

This ActionHandler assigns the starter of the instance to a swimlane as the actor for activities in that swimlane. This means that this person is responsible for all tasks in this swimlane.

...

Class

Code Block
com.dooris.bpm.actionhandler.AssignStarterToSwimlaneHandler

Parameter

Parameter name

Default value

Description

Valid examples

mandatoryFields
Status
titlemandatory

This parameter is used to enter the swimlane name in order to assign the starter of the instance as an actor.

name_of_the_swimlane

Example

...

Starter user will be assigned as actor for activities on the “Requester” swimlane when AssignStarterToSwimlaneHandler actionhandler is added to AssignStarter activity by entering the "Requester" as parameter in the mandatoryFields.

...