Skip to main content

Workflowexecutionhistory

Properties

NameTypeDescriptionNotes
Definition[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0[optional]
History[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0[optional]
Trigger[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0[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]