flipkart-incubator / flux

Highly scalable Event-driven, Reactive system for building Stateful apps and Workflow services.
Apache License 2.0
107 stars 43 forks source link

Support for workflow cancellation #65

Closed shyamakirala closed 6 years ago

shyamakirala commented 7 years ago

On calling cancel API, all initialized tasks of the workflow and workflow status would be marked as cancelled.

If any event occurs if a workflow is cancelled state, the event would be discarded.