Azure / azure-functions-durable-powershell

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

Enable worker to read orchestration results from a Hashtable #5

Closed michaelpeng36 closed 2 years ago

michaelpeng36 commented 2 years ago

Removes Set-BindingData cmdlet since it is not invoked by the worker and ensures that the invoker function passed to the worker returns a Hashtable.