-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WORKFLOW SDK FEATURE REQUEST] more samples for dapr workflow #637
Comments
The workflow patterns examples have already been merged into this repo: #575. You can find the workflow patterns samples here: https://github.com/dapr/python-sdk/tree/main/examples/workflow I don't think there is currently a child workflow sample for Python, however. This is something that can be added. |
We do have multiple samples for Workflow scenarios in different repos that usually one can refer in addition to the pattern code samples shown in dapr docs here: https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-patterns/ Different DAPR repos where you can find the samples: |
The Python Workflow demo that I created for KubeCon can be found here: https://github.com/dapr/samples/tree/master/workflow-orderprocessing-python |
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions. |
Describe the WORKFLOW SDK feature
We only have a basic workflow sample that call several activities one by one, it's hard to learn how to use other advanced features. We should have more example codes including:
Without these examples, it's very hard to learn how to use dapr workflow. Hope this can be scheduled in v1.13.
The text was updated successfully, but these errors were encountered: