project-flogo / flow

Flow is a flow-based process engine implementation for processing event-driven requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export flow context variables in the mapper

abhide-tibco opened this issue · comments

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

Added the flow context variables