Skip to main content

WorkflowExecutionHistory

Properties

NameTypeDescriptionNotes
DefinitionSystemCollectionsHashtable[optional]
HistorySystemCollectionsHashtable[optional]
TriggerSystemCollectionsHashtable[optional]

Examples

  • Prepare the resource
$WorkflowExecutionHistory = Initialize-WorkflowExecutionHistory  -Definition null `
-History null `
-Trigger null
  • Convert the resource to JSON
$WorkflowExecutionHistory | ConvertTo-JSON

[Back to top]