You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the workflow quickstarts are console applications which are very limited to be used with the workflow management operations once they are started. All workflows are using WaitForExternalEvent when the order cost is over 5000 USD but the apps themselves can't receive events (easily).
I recommend to update all workflow apps to be services and to add HTTP endpoints to demonstrate the workflow management methods via the Dapr Workflow Client or direct HTTP calls.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently the workflow quickstarts are console applications which are very limited to be used with the workflow management operations once they are started. All workflows are using WaitForExternalEvent when the order cost is over 5000 USD but the apps themselves can't receive events (easily).
I recommend to update all workflow apps to be services and to add HTTP endpoints to demonstrate the workflow management methods via the Dapr Workflow Client or direct HTTP calls.
The text was updated successfully, but these errors were encountered: