ignoreProcessInstance

This method causes the failed task to be skipped in the halted process instance. The process instance continues processing from the point in the process after the failed task.

This method has two signatures: one for a single halted process instance, and one for multiple halted process instances.

For more information, see the "Halted Process Instances" topic in the TIBCO Workspace User’s Guide.

Syntax

ignoreProcessInstance(id,
                      suppressConfirm);
ignoreProcessInstance(ids,
                      suppressConfirm);

Parameters

  • id - (String) A process instance ID, identifying the halted process instance in which the failed task is to be ignored.
  • ids - (String[]) An array of process instances IDs, identifying the halted process instances in which the failed task is to be ignored.
  • suppressConfirm - (boolean) (optional) If true, suppresses the confirmation message. If false (the default), the confirmation message is displayed.

Returns

none