resumeHaltedProcessInstance

This method resumes the halted process instance so that the instance itself goes into a failed state because of the failed task. This would typically be used if the reason for the failed task cannot be resolved.

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

resumeHaltedProcessInstance(id,
                            suppressConfirm);
resumeHaltedProcessInstance(ids,
                            suppressConfirm);

Parameters

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

Returns

none