This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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__':
1271311.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
You can’t perform that action at this time.
0 commit comments