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
Updates workflows docs to use the new workflows client (#780)
* Updates docs
Signed-off-by: Elena Kolevska <[email protected]>
* More workflows docs
Signed-off-by: Elena Kolevska <[email protected]>
* Move workflows examples, based on review
Signed-off-by: Elena Kolevska <[email protected]>
* Small fixes
Signed-off-by: Elena Kolevska <[email protected]>
---------
Signed-off-by: Elena Kolevska <[email protected]>
Copy file name to clipboardExpand all lines: daprdocs/content/en/python-sdk-docs/python-client.md
-84
Original file line number
Diff line number
Diff line change
@@ -515,89 +515,5 @@ def main():
515
515
- For a full list of state operations visit [How-To: Use the cryptography APIs]({{< ref howto-cryptography.md >}}).
516
516
- Visit [Python SDK examples](https://github.com/dapr/python-sdk/tree/master/examples/crypto) for code samples and instructions to try out cryptography
517
517
518
-
### Workflow
519
-
520
-
```python
521
-
from dapr.ext.workflow import WorkflowRuntime, DaprWorkflowContext, WorkflowActivityContext
- Learn more about authoring and managing workflows:
597
-
-[How-To: Author a workflow]({{< ref howto-author-workflow.md >}}).
598
-
-[How-To: Manage a workflow]({{< ref howto-manage-workflow.md >}}).
599
-
- Visit [Python SDK examples](https://github.com/dapr/python-sdk/blob/master/examples/demo_workflow/app.py) for code samples and instructions to try out Dapr Workflow.
- Learn more about authoring and managing workflows:
91
+
-[How-To: Author a workflow]({{< ref howto-author-workflow.md >}}).
92
+
-[How-To: Manage a workflow]({{< ref howto-manage-workflow.md >}}).
93
+
-
94
+
- Visit [Python SDK examples](https://github.com/dapr/python-sdk/tree/main/examples/workflow) for code samples and instructions to try out Dapr Workflow:
0 commit comments