What kind of change does this PR introduce? (check one with "x")
[X] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:
Fixes: #
Added logic to print logs for while pausing and resuming functions when flow control is enabled.
What is the current behavior?
Pause and resume logs are printed irrespective if the trigger is flow controlled or not.
What is the new behavior?
Pause and resume will be called when the trigger is flow controlled.
What kind of change does this PR introduce? (check one with "x")
Fixes: # Added logic to print logs for while pausing and resuming functions when flow control is enabled. What is the current behavior? Pause and resume logs are printed irrespective if the trigger is flow controlled or not. What is the new behavior? Pause and resume will be called when the trigger is flow controlled.