You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured this flow and added 2 steps using Execution MR and one SubFlow using SubFlow MR using this Provider.
But I want to add one step within SubFlow and for that I need to create MR of type Execution but it should resolve the reference to this SubFlow but I think it can only resolves for type Flow.
So, within parentFlowAliasSelector it should support resolvereference for both Flow and SubFlow.
But if this is an incorrect assumption and there is some other way to add step within SubFlow then that would be helpful.
In the above image, the last step Username Password Form is added manually and we need a way add that step within SubFlow using this provider.
In Execution spec there are options available to refer Parent Flow.
Similar to this, how can we refer Parent SubFlow, as I want to add step within Subflow in KeyCloak authentication.
The text was updated successfully, but these errors were encountered: