CancelProcEvent

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

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

This expression can only be used in the procedure level events that are triggered before the actions. For example, OnBeforePurge event, OnBeforeClose event, OnBeforeResurrect event, On BeforeSuspend event, or OnBeforeResume event.

For more information, see “Setting Procedure Events" in TIBCO iProcess Modeler Procedure Management.

Syntax

CancelProcEvent()

Returns

One of the following values:

Value

Description

True

Canceled the action successfully.

False

Failed to cancel the action.

Examples

TIBCO iProcess Modeler:

CancelProcEvent()

TIBCO Business Studio:

IPEProcessUtil.CancelProcEvent();