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]