id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-workflow-execution |
WorkflowExecution |
WorkflowExecution |
WorkflowExecution |
pythonsdk |
| python |
| Python |
| sdk |
| WorkflowExecution |
| V2024WorkflowExecution |
|
/tools/sdk/python/v2024/models/workflow-execution |
| SDK |
| Software Development Kit |
| WorkflowExecution |
| V2024WorkflowExecution |
|
WorkflowExecution
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
Workflow execution ID. |
[optional] |
| workflow_id |
str |
Workflow ID. |
[optional] |
| request_id |
str |
Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. |
[optional] |
| start_time |
datetime |
Date/time when the workflow started. |
[optional] |
| close_time |
datetime |
Date/time when the workflow ended. |
[optional] |
| status |
Enum [ 'Completed', 'Failed', 'Canceled', 'Queued', 'Running' ] |
Workflow execution status. |
[optional] |
| } |
|
|
|
Example
[Back to top]