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

Export flow context variables in the mapper #172

Closed abhide-tibco closed 2 years ago

abhide-tibco commented 2 years ago

Current behavior: The flow context variables like flow name, flow Id and parent flow name and id in case of sub flow are not available to use in the mapper.

Expected behavior: The flow context variables like flow name, flow Id and parent flow name and id in case of sub flow will be available to be used in the mapper.

What is the motivation / use case for changing the behavior? User needs additional information about the flows while implementing the business logic. Making this information available will help the user to better design the flows.

Additional information you deem important (e.g. I need this tomorrow):

abhide-tibco commented 2 years ago

Added the flow context variables