Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit f4dbf7c

Browse files
authored
Update README.md
1 parent c1cb9fd commit f4dbf7c

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
----
2+
NOTE: I'm no longer working on this SDK. I decided to focus my efforts on more downstream tools.
3+
----
4+
15
# Unofficial Python SDK for the Temporal Workflow Engine
26

37
## Status
@@ -127,21 +131,18 @@ if __name__ == '__main__':
127131
1.2
128132
- [x] Timers
129133
- [x] Custom workflow ids through start() and new_workflow_stub()
130-
~~- [ ] WorkflowStub and WorkflowClient.newUntypedWorkflowStub~~
131-
~~- [ ] ContinueAsNew ~~
132-
~~- [ ] Sticky workflows ~~
133-
~~- [ ] Child Workflows ~~
134-
135-
~~1.3~~
136-
~~- [ ] Support for keyword arguments ~~
137-
138-
~~2.0~~
139-
~~- [ ] Compatibility with Java client ~~
140-
~~- [ ] Compatibility with Golang client ~~
141-
~~- [ ] Upgrade python-betterproto ~~
142-
143-
~~Post 2.0:~~
144-
~~- [ ] sideEffect/mutableSideEffect~~
145-
~~- [ ] Local activity~~
146-
~~- [ ] Cancellation Scopes ~~
147-
~~- [ ] Explicit activity ids for activity invocations~~
134+
135+
136+
Other:
137+
- [ ] WorkflowStub and WorkflowClient.newUntypedWorkflowStub
138+
- [ ] ContinueAsNew
139+
- [ ] Sticky workflows
140+
- [ ] Child Workflows
141+
- [ ] Support for keyword arguments
142+
- [ ] Compatibility with Java client
143+
- [ ] Compatibility with Golang client
144+
- [ ] Upgrade python-betterproto
145+
- [ ] sideEffect/mutableSideEffect
146+
- [ ] Local activity
147+
- [ ] Cancellation Scopes
148+
- [ ] Explicit activity ids for activity invocations

0 commit comments

Comments
 (0)