This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
This action handler can read documents, process variables, and the current user from open tasks in a user-defined instance. These may then be imported into the process instance, which is called by the handler.
com.dooris.bpm.actionhandler.ImportProcessEntitiesHandler
any
any
-
ID of the process instance from which the importation occurs. A variable may also be passed here (see example 1)
Denotes if an importation of variables is desired. Set to true by default (see example 1). Possible values are:
This parameter is used to exclude variables from the import process. Exclude variables are separated by commas (see example 2).
ATTENTION! If excludedVariables is not provided, all process variables will be imported!
This parameter is used to include variables in the import process. Exclude variables are separated by commas (see example 3).
ATTENTION! If includedVariables is not provided, all process variables will be imported!
Denotes if documents should be imported. Set to true by default (see example 1). Possible values are:
Denotes if the current status of the process instance should be imported. Set to true by default (see example 1). Possible values are:
ATTENTION!
If “true” is given here, new process variables will be created, if possible:
[n] is determined by the number of open tasks (0-x).