project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

Stopping/Starting all triggers #261

Closed vijaynalawade closed 3 years ago

vijaynalawade commented 3 years ago

What kind of change does this PR introduce? (check one with "x")

[] Bugfix
[x] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #

What is the current behavior? Currently, only triggers that implement EventFlowControlAware interface.
What is the new behavior? With this change, all triggers configured in the app are stopped/started.