Hello Wenkang Cheng,
Try use V 4.0.0 version
Hello Wenkang Cheng,
Maybe this could be caused by the renewal of the flow or better say the delete of the old one and the download of the new one. Although, they have the same name i could imagine that they mendix assigned them different GUID.
So when the function that tries to execute the microflow is searching with the old GUID I can imagine the microflow cannot be found.
In your case, i would do the following:
- Temporarily rename the microflow
- Verify the SE is set with the microflow
(if you still receive the error then it tries to execute the old microflow)
- If you still receive the error check your taskqueue that are not fully executed yet, maybe they are still linked to the old microflow.
- Check if the function is still working with the new flow
- Delete the task queues that cannot be executed anymore
- Trigger the taskqueue with the new function(probably this goes automatically because this is a SE)
hope this works,
Good luck!