Question
5
Replies
68
Views
CITI
Posted: September 2, 2019
Last activity: September 18, 2019
Closed
Case/Flow Instantiation at runtime from Implementation/Division layer
I am having one flow created in framework and same flow is overridden in implementation layer. How I can call framework layer flow from implementation layer workobject at runtime.
***Edited by Moderator: Lochan to update platform capability tags***
Hello,
If you've overridden it completely in the implementation layer, you won't be able to call the flow defined in the framework layer. If you have cases where you may want to do one vs the other, you may want to define them differently. For example, you could put one in a framework class and the other in an implementation class that inherits from the framework class. Or if they both need to be in the same class, you may want to circumstance the one in the implementation layer so that it is only called when X is true.
Thanks,
Mike