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

Assertions support for Activities and Flow Output #179

Closed abhide-tibco closed 1 year ago

abhide-tibco commented 1 year 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: # Introduced code for applying assertion interceptor. This will be used as part of unit testing feature.

What is the current behavior? No assertions are executed.

What is the new behavior? Now assertions will be executed for activities and flow outputs.