2.2.5 View Details of a Workflow Execution

  1. Open the navigation menu and click Executions.
  2. Click the Workflows tab.
    Details of all executed workflows are displayed.
  3. Optional. Apply search criteria to filter and identify the workflow execution that you want to view. See Search and View Executed Workflows.
  4. Click the Workflow ID that you want to view.
    The status of the workflow execution is displayed as shown in the following images for a sample workflow that generates a random fact. Click one or more of the following tabs to view more details.
  5. The Diagram tab visually depicts all the components of a workflow. A green check mark indicates that a task has been executed successfully.

    Visually depicts all the components of a workflow

  6. Click the Task List tab to view a list of all tasks and their details as shown in the following image.

    Task list provides a list of all tasks and its details

    • Seq: Sequence in which the tasks were executed.
    • Task ID: A unique value. Inside a workflow execution, task ID is created as a unique identifier for each task that runs inside a workflow execution boundary.
    • Task Ref: A unique value that is used to refer to the task within a workflow.
    • Status: Status of the task.
    • Attempt: Number of retries, if any. 1 indicates that the task was executed successfully in the first attempt.
    • Type: The type of task, such as Agentic Planner or GenAI.
    • Start Time: The time at which the task execution was started in the format, dd/MM/yyyy, HH:mm:ss. For example, 29/11/2025 17:40:56.
    • End Time: The time at which the task execution was completed in the format, dd/MM/yyyy, HH:mm:ss. For example, 30/11/2025 13:07:03.

    View details in the Task list tab

  7. Click the Timeline tab to see a visual representation on a timeline about the time period taken to execute a workflow, when each task was executed, how much time it took to run the task, and for how long the task had to wait in queue. It also provides information about whether tasks were executed in parallel or in sequence. Tasks are highlighted in different colors to indicate whether the tasks were executed successfully.

    Timeline of execution of tasks

  8. Click the Summary tab to view details about the workflow. If a workflow fails, refer to the information provided in the Reason field to troubleshoot the workflow.

    Summary of workflow execution

  9. Click the Workflow Input/Output tab to view the input and output parameters of a workflow in JSON format.

    Input and output of Workflow in JSON format

  10. Click the JSON tab to view the JSON code of the entire workflow execution.

    JSON tab for the workflow execution