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

Flow rerun inputs/outputs support #187

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: #

What is the current behavior? Original instance id and flow input/outputs were not stored as part of rerun workflow.

What is the new behavior? Added support for maintaining the original instance Id as well as the flow inputs and flow outputs while rerunning a job