SDK: findMicroflowParameterByQualifiedName()

0
Hi, In a script I want to check if a microflow is already present. So I want to check for a microflow called JustDoIt in the module MyFirstModule. The findMicroflowByQualifiedName(“MyFirstModule.JustDoIt”) works just fine. Then I want to see if a parameter is present in that microflow. So the parameter is SomeParameter. So I will use findMicroflowParameterByQualifiedName(“MyFirstModule.JustDoIt.SomeParameter”). But that always returns null. Surely I must be doing something wrong, but I don't see it. Any suggestions?  
asked
0 answers