project-flogo / flow

Flow is a flow-based process engine implementation for processing event-driven requests.
BSD 3-Clause "New" or "Revised" License
95 stars 38 forks source link

make propagate skip property configurable via env #181

Closed abhijitWakchaure closed 1 year ago

abhijitWakchaure commented 1 year ago

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

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

Fixes: # Make propagateSkip variable for taskbehavior configurable via env

What is the current behavior? With current code, we cannot configure it via env

What is the new behavior? The propagateSkip is now configurable via env var FLOGO_TASK_PROPAGATE_SKIP