TestBench for Microflows

1
Hello, When setting up a microflow that takes an input parameter and returns a value, is ther ea possibility to test the functionality without having to go through the application ? With kind regards, Thanks in advance. Guy Cassimon
asked
1 answers
3

You could write java actions for this. You'll still have to start the runtime but then you can just make a list of microflows you want to test and call them by java. An example can be found in our documentation

You could even start this action by triggering it in a microflow that runs on startup, or run it as a scheduled event.

It's also possible to do the same from a testmicroflow if you don't want to write java, you could still run them on startup.

answered