File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,21 +42,22 @@ This should be considered EXPERIMENTAL at the moment. At the moment, all I can s
42
42
- [x] Workflow client - invoking queries
43
43
44
44
1.1
45
- - [ ] ActivityStub and Workflow.newUntypedActivityStub
46
- - [ ] Classes as arguments and return values to/from activity and workflow methods
45
+ - [x ] ActivityStub and Workflow.newUntypedActivityStub
46
+ - [ ] Classes as arguments and return values to/from activity and workflow methods (DataConverter)
47
47
- [ ] WorkflowStub and WorkflowClient.newUntypedWorkflowStub
48
48
- [ ] Custom workflow ids through start() and new_workflow_stub()
49
49
- [ ] ContinueAsNew
50
+ - [ ] Parallel activity execution (STATUS: there's a working but not finalized API).
50
51
- [ ] Compatibility with Java client
51
52
- [ ] Compatibility with Golang client
53
+ - [ ] Remove threading, use coroutines for everything all concurrency
52
54
53
55
2.0
54
56
- [ ] Sticky workflows
55
57
56
58
Post 2.0:
57
59
- [ ] sideEffect/mutableSideEffect
58
60
- [ ] Local activity
59
- - [ ] Parallel activity execution
60
61
- [ ] Timers
61
62
- [ ] Cancellation Scopes
62
63
- [ ] Child Workflows
You can’t perform that action at this time.
0 commit comments