Skip to content

Commit 6b35da3

Browse files
authored
Update README.md
1 parent b2043bd commit 6b35da3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,22 @@ This should be considered EXPERIMENTAL at the moment. At the moment, all I can s
4242
- [x] Workflow client - invoking queries
4343

4444
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)
4747
- [ ] WorkflowStub and WorkflowClient.newUntypedWorkflowStub
4848
- [ ] Custom workflow ids through start() and new_workflow_stub()
4949
- [ ] ContinueAsNew
50+
- [ ] Parallel activity execution (STATUS: there's a working but not finalized API).
5051
- [ ] Compatibility with Java client
5152
- [ ] Compatibility with Golang client
53+
- [ ] Remove threading, use coroutines for everything all concurrency
5254

5355
2.0
5456
- [ ] Sticky workflows
5557

5658
Post 2.0:
5759
- [ ] sideEffect/mutableSideEffect
5860
- [ ] Local activity
59-
- [ ] Parallel activity execution
6061
- [ ] Timers
6162
- [ ] Cancellation Scopes
6263
- [ ] Child Workflows

0 commit comments

Comments
 (0)