StartProcessInstanceActionHandler

StartProcessInstanceActionHandler

Description

This handler uses one instance in order to generate an additional, independent instance. The original instance continues to run without restriction.


The handler should never be set to start Process Instances from the same Process Definition!

com.dooris.bpm.actionhandler.StartProcessInstanceActionHandler

Parameter

Parameter

Default value

Description

Valid examples

Parameter

Default value

Description

Valid examples

name

 

If the parameter giveProcessVariables is set to false, the to-be-started process definition will be searched based on this parameter.

If the parameter giveProcessVariables is set to true, this parameter determines the name of the newly created instance.

A process variable name needs to be handed over to this parameter.

name_of_the_variable

defaultValue

 

If the parameter giveProcessVariables is set to false, the to-be-started process definition will be searched based on this parameter, if the variable given by name is empty.

If the parameter giveProcessVariables is set to true, this parameter determines the name of the newly created instance, if the variable given by name is empty.

Test

prefixInstanceName

 

Its value is inserted before the name of the newly created instance as a prefix.

If the parameter giveProcessVariables is set to true, this parameter will be ignored.

New_Instance

giveProcessVariables

 

If this parameter is set to true, the process variables will be handed over to the newly created instance.

true

strProcessDefinitionNameConfig

 

If the parameter giveProcessVariables is set to true, the to-be-started process definition will be searched based on this parameter.

This currently only accepts the plain name of the Processdefinition, no variables or variable names

Name_of_the_process_definition