Dynamically loading sub-flows

Hi,
It would be great if we could dynamically load subflows in Centerprise just like we can dynamically load dataflows. This might make it possible to check the file system for the existence of a subflow and if yes, to run that subflow, otherwise run a different one?

Hi, Nimra. This isn’t possible to do since Subflow input and output fields are fixed inside it and then those subflows are called inside a dataflow. Hence, the dynamic load of subflows is not possible. What you can do is dynamically call dataflows that eventually have different subflows in them.