Skip to main content

History Versions and Execution Details


In the [History], you can view the execution details of each workflow, or you can view the history versions of the workflow configuration.

When there is a problem with your workflow, you can view the execution history or restore the workflow to a previous version.

What if there is an exception in the workflow

1. Whether the workflow is triggered

Here are three scenarios in which a workflow may not be triggered.

  • The condition set in the trigger is not met (for example, only the specified field can trigger the workflow).
  • If record A has triggered workflow B and the it is not finished, modifying record A will not trigger workflow B again, even if the trigger condition is met.
  • The workflow executions in your organization has been used up.

2. If the workflow is triggered

Application Admin can click the target workflow to enter the configuration page, and click [History] to view the execution history.

Each line is a triggered workflow. Click to view the execution details of the workflow.

  • Status: The execution result of the workflow (Active, Done, Terminate, Failed)

  • Trigger the data flow: What is shown here is the title of the trigger record when the workflow is triggered. If the title field of the record is blank, it is blank here.

  • Reason: If the data is abnormal, here displays [Failed] and reasons.

  • Filter and Search

    You can filter by status and time, or search the name to quickly get the record you need.

Execution Instance of Workflow

The workflow configuration is actually a template or model. If the data in the worksheet changes, the model-based configuration is also run again. This process is called an execution instance of a workflow.

1. View instance details

Click the workflow instance you want to view to enter the execution details page.

2. Discontinue a workflow instance

Application Admin can manually terminate an unfinished workflow instance. Hover the mouse over the target line and click the button.

3. Re-execute the failed/discontinued workflow instance

The workflow may fail for some reason, for example, the corresponding approver was not found when approving, the workflow fails. After setting the approver, you can re-execute the workflow directly in the execution history. Re-executing the workflow starts at the failed node, so you don’t have to trigger the workflow again from the beginning.

  • Re-execute on the workflow list page

  • Re-execute on the workflow details page

4. Batch re-execute/discontinue workflows

Check multiple history workflows to discontinue or re-execute.

Restore a history version

All the workflows that have been published after the updates are recorded. You can view the publish time of history versions, and the current running version.

  • View the configuration of a history version

    Click a date in the version list to view the configuration details of this version.

    You can also restore the workflow to this version.

  • Restore a workflow directly to a certain history version

  • Publish updates

    If you want to replace the version of the currently running workflow, you need to publish the updates manually.

    If the version you want to restore is the same as the currently running version, there is no [Publish Updates] button. You need to modify the workflow at least one more time before the button will appear.


Have questions about this article? Send us feedback