Workflow executions

The Workflow Executions option in the Execution results section provides a detailed graphical format to view and monitor workflow execution-related data.

A workflow can have one of the following statuses:

  • Successful - The workflow was completed successfully.
  • Stopped - The execution was halted.
  • Running - The workflow is running.
  • Timeout - The workflow didn’t complete in time.
  • Queued - The workflow is waiting to start.
  • Failed - The workflow did not complete successfully.

If an async webhook-enabled workflow exceeds the execution rate limit, it shows a Failed status. For more information, see Rate limiting for workflows.

Note: Transaction consumption is calculated based on the duration of workflow execution, which includes time for pre-processing activities like fetching metadata, post-processing, and the actual execution. As a result, the duration in the workflow execution logs sometimes exceeds the elapsed time, reflecting the total time for the workflow trigger or action execution.