Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Recovering Workflow Instances

Recovering Workflow Instances

To recover a canceled workflow instance, use the Monitoring tool or run the infacmd wfs recoverWorkflow command.
The Monitoring tool shows the status of running, completed, and interrupted workflow instances. Use the Monitoring tool to view logs of interrupted workflow instances and to investigate the cause of the interruption. After you fix any recoverable error, you can recover the interrupted workflow instance if it is enabled for recovery.
To recover a workflow instance from the command line, you must specify the workflow instance ID. You can view the workflow instance ID in the workflow properties in the Monitoring tool. Or, you can view the workflow instance ID in the output of the infacmd wfs startWorkflow command and the infacmd wfs listActiveWorkflowInstances command.
For example, the following command recovers an interrupted workflow instance with an ID of
u-6-j4MwEeGxHO9AUHdw6A
:
infacmd wfs recoverWorkflow -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -iid u-6-j4MwEeGxHO9AUHdw6A

0 COMMENTS

We’d like to hear from you!