Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'WorkflowExecution', 'WorkflowExecutio
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Workflow execution ID. | [optional]
**WorkflowId** | Pointer to **String** | Workflow ID. | [optional]
**RequestId** | Pointer to **String** | Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. | [optional]
**StartTime** | Pointer to **System.DateTime** | Date/time when the workflow started. | [optional]
**CloseTime** | Pointer to **System.DateTime** | Date/time when the workflow ended. | [optional]
**Status** | Pointer to **Enum** [ "Completed", "Failed", "Canceled", "Executing" ] | Workflow execution status. | [optional]
**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", "Executing" ] | Workflow execution status. | [optional]
## Examples