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

Updated the flow context variables after discussion with stake holders #174

Closed abhide-tibco closed 2 years ago

abhide-tibco commented 2 years ago

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

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

Fixes: #

What is the current behavior? Changed the flow context variable names from Id, Name, ParentId, ParentName to FlowId, FlowName, ParentFlowId,ParentFlowName

What is the new behavior? Changed the flow context variable names from Id, Name, ParentId, ParentName to FlowId, FlowName, ParentFlowId,ParentFlowName