I believe ExecuteMicroflowInBackground only accepts a single parameter object to pass to the microflow. Have you edited the action to try to send more parameters? If you have, that won’t work.
This is what i am doing. In the main microflow, “executemicroflowInbackground” java action which has 1 context object as parameter. Object that is being passed in “TestObject” which has association with “MigrationProcessStatus”. (Image marked 1)
The “TestMicroflow” which is the input microflow for the java action.
Inside the “TestMicroflow”, i am doing the retrieve activity to get the list of “MigrationProcessStatus’”, but the object list is empty. (Image marked 2) . Not sure why the list is empty here. I have also debugged the flow, in the main flow value is present but in the “TestMicroflow”, list is empty.
Is there any update on this? Using MS 9.9.0 I am passing one committed custom object to the background microflow. Locally it works fine. On my test (Mendix Public Cloud) it’s empty parameter in the background microflow.