I'm looking for a way to access the user's current Flow ID so that we can identify the sub-flow the user is in as part of a Workflow process (if the user is in FlowA, it corresponds to Step1, so that step is bolded and highlighted in the UI). I could set a static variable in the flowscope of each sub-flow, but it seems overkill just to get an ID value that should already exist somewhere.


Reply With Quote