Workflowexecutionhistory
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Definition | SystemCollectionsHashtable | [optional] | |
| History | SystemCollectionsHashtable | [optional] | |
| Trigger | SystemCollectionsHashtable | [optional] |
Examples
- Prepare the resource
$Workflowexecutionhistory = Initialize-Workflowexecutionhistory -Definition null `
-History null `
-Trigger null
- Convert the resource to JSON
$Workflowexecutionhistory | ConvertTo-JSON