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

Mocking support for Flows #182

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: # Support mocking for activities in the flow. If mocking is added in the Output interceptor then the activity Eval will not be called but the mock data will be set to the output of the activity.

What is the current behavior? There is no mocking support.

What is the new behavior? Mocking support is now added.