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 |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| WorkflowExecution |
| V2024WorkflowExecution |
|
/tools/sdk/powershell/v2024/models/workflow-execution |
| SDK |
| Software Development Kit |
| WorkflowExecution |
| V2024WorkflowExecution |
|
WorkflowExecution
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
Workflow execution ID. |
[optional] |
| WorkflowId |
String |
Workflow ID. |
[optional] |
| RequestId |
String |
Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. |
[optional] |
| StartTime |
System.DateTime |
Date/time when the workflow started. |
[optional] |
| CloseTime |
System.DateTime |
Date/time when the workflow ended. |
[optional] |
| Status |
Enum [ "Completed", "Failed", "Canceled", "Running" ] |
Workflow execution status. |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]