Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Refine the `DurableTask` written to output by `WaitAny` #23

Open michaelpeng36 opened 1 year ago

michaelpeng36 commented 1 year ago

WaitAny writes the first DurableTask to complete to the output pipe. However, the information displayed is not useful, showing type information. It would be good to make sure the output at least matches what is present in the PowerShell worker or displays more useful information (for example, the external event name in a ExternalEvent task).