Workflow Execution Steps APIs

The Execution Steps APIs provide visibility of each step in a workflow process. These APIs allow you to monitor, inspect, and troubleshoot individual steps, providing better visibility and control over automated workflows.

  • Workflow Execution Step List API

    Use this API to retrieves a list of all steps executed within a specific workflow run. This includes basic metadata such as step names, statuses, and execution order.

  • Execution Step Details API

    Use this API to get detailed information for a specific execution step. This includes step status, time stamps, and any errors encountered during execution.

  • Execution Step Input API

    Use this API to get the input data passed to a specific step during execution. It is useful for verifying the correctness of input parameters and tracing data flow.

  • Execution Step Output API

    Use this API to get the output generated by a specific step. This helps validate results and understand how data progresses through the workflow.