We had an emergency reboot of a server that caused a Forms Workflow to get interrupted. We need to restart that workflow. What is the unique ID for the form?
Thanks
We had an emergency reboot of a server that caused a Forms Workflow to get interrupted. We need to restart that workflow. What is the unique ID for the form?
Thanks
The Business Process Instance ID and the Submission ID can be found if you search for the workflow using View > Search or View > Common Searches, then select and view the workflow instance in question. The Parameters tab should contain your BPInstanceID and FormsSubmissionID.
You should be able to use those parameters to manually start the workflow again, using existing data. If your process begins with a Retrieve Business Process Variables task, you can go to the options (click the gear button in the top right of the configuration pane) and provide either the Instance or Submission ID.