Create an Analysis Router. Use router.register to register new routes for your analysis. Use router.exec() to execute the router and run your functions. Example: router.register(myFunction).whenInputFormID('create-device-input'); router.exec();
Start the router. It will pick the service if all conditions are match and send all parameter provided to the final function.
json with status and services that run
Create an Analysis Router. Use router.register to register new routes for your analysis. Use router.exec() to execute the router and run your functions. Example: router.register(myFunction).whenInputFormID('create-device-input'); router.exec();