cadence-java-client
cadence-java-client copied to clipboard
Add ability to specify id when scheduling an activity
Currently there is no way to schedule an activity with a business specified id. It might be needed to complete it asynchronously by id.
The strawman is to add ability to override ActivityOptions per activity invocation call. Something like:
Workflow.invokeActivityWithOptions(options, acivities::foo, aguments...)