Procedure Functions
From this release onwards these functions can be used in the server side expressions, that are called from an EAISCRIPT step.
The following functions can be used to control the processing of cases.
|
Function |
Usage |
Description |
|
Cancel the action to be performed, purge, close, resurrect, suspend, or resume. |
||
|
Close a case. |
||
| CASESTART | Start a new case of a procedure at a step, with input data. | |
|
Start a new case with extended user information and input data. |
||
|
Create a case deadline on a case. |
||
|
Delete a case deadline. |
||
| FINDCASES | Filter cases and return the count of cases. | |
| GETCASE | Return the details requested for a case. | |
|
Go to a step. |
||
| TRIGGEREVENT | Trigger an event step in a case of a procedure, with or without input data. | |
|
Trigger an event step with extended user information. |
||
|
Update an existed case deadline. |
Subtopics