retryProcessInstance

This method causes the previously failed task to be retried so that the halted process instance can progress normally. This method is used if the reason for the failed task has been resolved, for example, if it failed because a database connection had been lost, but has now been restored.

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

retryProcessInstance(id,
                     suppressConfirm);
retryProcessInstance(ids,
                     suppressConfirm);

Parameters

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

Returns

none