Microflow or Action copy command in Model SDK

0
I would like to copy a microflow, can that be easily done?   Edit 1: Thanks Rom. This works for the actions. But the lines/connections have no deepCopy. targetMf.objectCollection = sourceMf.objectCollection.deepCopy(targetMf.objectCollection.model);  
asked
1 answers
2

It's been a long time since I've done anything with the model SDK, but looking at the documentation, both MicroflowObject and MicroflowObjectCollection have a deepCopy method. Perhaps you can use that?

answered