cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Add ability to specify id when scheduling an activity

Open mfateev opened this issue 6 years ago • 0 comments

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...)

mfateev avatar Nov 18 '19 22:11 mfateev