Azure / azure-functions-durable-powershell

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

Add Start-DurableExternalEventListener cmdlet #22

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Adds the Start-DurableExternalEventListener and Send-DurableExternalEvent cmdlets. The former implementation does not yet allow users to specify a default timeout (though a similar result can be achieved with a DurableTimer and Wait-DurableTask invocation), which matches what is present in the PowerShell worker.