Im seeing cadence cli supports the above commands from cli interface.How to do this through java sdk.Im seeing support only for starting the workflow.
Could anyone help me understand the following situation. I have 1 worker with the configuration: workerOptions := worker.Options{ BackgroundActivityContext:
"Does cadence have a concept of ""workflow evolution""? In other words, I have a ""stateful actor"" that models a customer. Initially, the customer has two fiel
For long running activities we can use heartbeats to notify whether the activity is running or dead. We have a workflow that invokes multiple child workflow w