Does anyone know how to start an ION workflow from a Mongoose form? I'm using the cloud version of Mongoose. I don't know if that makes a difference or not.
This video, shows that it is possible. I tried to recreate the steps from the video. But I could not get a workflow to start.
https://www.youtube.com/watch?v=9NC2LQ_MSL0
It looks like the the wizard creates code that uses the IONAPIMethods IDO. It is using the InvokeIONAPIMethod method.
Outside of Mongoose, in Infor IONAPI. I open the Infor ION api. And open the documentation for this endpoint. https://mingle-ionapi.inforcloudsuite.com/AECI_TRN/IONSERVICES/process/application. I'm able to successfully start a workflow using /v1/workflow/start. It has paramters of logicalId and StartWorkflowJSONBody. The logicalID is: lid://infor.iondesk.1 One thing that confuses me in the Mongoose IONAPIMethods IDO, it's wanting serverId. Instead of the logicalId. Can
Can anyone point me in the right direction? I'm lost at this point.