I have a rather long process that has16 decision nodes that needs to become invocable. How do I do this without having to create a completly new process? I don't believe it's possible even when cloning? Let me know if otherwise!
Yes, You have to clone the process and then you can add new Node and then only it will work.Clone is working same as edit , only it will create a extra copy.