Run history

To see the run history for a Function or Action, navigate to the resource, then select the Run history tab. This provides a complete view of all executions over the past 7 days.

Example Workflow Builder with run history

Run history data

The Run history table includes:

  • Timestamp: When each execution finished.
  • Status: Success (✓) or failure (✗).
  • Runtime: Total execution time.
  • Caller: The resource that triggered the execution; this can be a Workshop application, Agent, Third-party application, Automation, Action, or other system component.
  • Source executor: The top level executable resource type (limited to Function, Action, or Automation) in the call chain.

The run history displays executions from the past seven days, sorted by timestamp.

Filter run history

You can filter the results by:

  • Status: View only successful or failed executions.

Inspect a specific execution

To inspect a specific execution, select the View log details option to access the full trace and debugging information.

Example Workflow Builder view log details option

Next steps