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

Added code for skipping execution irrespective of the activity has ou… #194

Closed abhide-tibco closed 8 months ago

abhide-tibco commented 8 months 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? No support for skipping activity which doesnt has output.

What is the new behavior? Now irrespective of whether the activity has output or not the execution can be skipped.