Hello temporal folks,
- How can I forcefully terminate workflow (without cleaning up resources) v/s graceful termination of workflow (cleaning up resources) programmatically using java sdk. Can you share an example of each case ?
Hello temporal folks,
You can look at the following samples:
I would also consider reading this thread to learn more about cancellation.
Note that you can canel/terminate workflows also via tctl - Temporal CLI - tctl | Temporal documentation