Microflow xxx.xxx could not be found

0
I have a schedule event (SE) calling a microflow, the microflow was written by myself. This works fine on local environment, but in production (or any other online environment, on premise, docker deployment) , it says, Microflow "Billsearch.ACT_Calculate_Current_Day_Schedule" could not be found. This sometimes happen on the first time the SE should execute after the deploy is over, sometimes it executes fine for about 3-4 times after the deploy, then failed (this is where it is wired). I tried to re-generate a new microflow (duplicate the old logic), and a new SE, but it still come to the same result. Anyone who could help, thanks!
asked
2 answers
6

Hello Wei,

Make sure the Scheduled Event is enabled for the right environment.

 

sometime deployment artifacts (like microflow) don't get properly compiled or referenced after deployment.

1.try Clear the deployment directory.

2.redeploy the app.

3.restart and try again.

sometime if the microflow was renamed or moved, SE reference might have broken.reselect and restart the app.

answered
0

Hi Wei, 

 

What is the interval on the SE, and what does it do on overlap (delay, skip)? Might it be that the flow is taking longer than the interval it is set for? Which then causes an issue to run? 

 

Could it also be that it is taking up a lot of memory, and that at the start, that is not a problem because not many users will have been logged in, but later this becomes than a problem? 

Did you debug anything on the flow?

 

Good luck figuring out the issue,

Jurre

answered