11 Process SDK: Installation and Configuration
Within processes, it is possible to call PHP functions in order to perform operations or use data not available in the BPMN engine standard.
In particular, there are 3 different types of functions that can be registered and called at different points in the configuration of a process: Field Action, Task Action and Task Condition.
11.1 SDK Field Action
This type of function is normally used to enhance the fields of a record, dynamic form, etc. with...
11.2 SDK Action
It is a type of function that is used to create custom BPMN actions. You can register new action...
11.3 SDK Task Condition
It is a type of function that is used to perform custom checks in process control tasks (conditio...
11.4 Process SDK Registration Procedure
The procedure described below is the same for the 3 types of process sdk functions. Suppose we n...