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

CancelProcEvent

Cancel the action to be performed, purge, close, resurrect, suspend, or resume.

CASECLOSE

Close a case.

CASESTART Start a new case of a procedure at a step, with input data.

CASESTARTEX

Start a new case with extended user information and input data.

CreateCaseDeadline

Create a case deadline on a case.

DeleteCaseDeadline

Delete a case deadline.

FINDCASES Filter cases and return the count of cases.
GETCASE Return the details requested for a case.

GOTOSTEP

Go to a step.

TRIGGEREVENT Trigger an event step in a case of a procedure, with or without input data.

TRIGGEREVENTEX

Trigger an event step with extended user information.

UpdateCaseDeadline

Update an existed case deadline.