Microflow OIDC.CleanupOldAuthAttempts could not be found

0
When I run the application locally, the console outputs the message: "Microflow 'OIDC.CleanupOldAuthAttempts' could not be found." The specific details are shown in the image.  Mendix Studio Pro Version is 10.18.0.  OIDC Version is 2.4.0
asked
2 answers
0

Hello Wenkang Cheng,

 

Try use V 4.0.0 version

 

image.png

answered
0

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!

answered