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

added logic to print logs for pause and resume triggers #285

Closed jdattatr-tibco closed 9 months ago

jdattatr-tibco commented 9 months ago

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.