i have a custom app build for document classification and is being invoked via my Maestro flow. Maestro flow completes successfully and all good but i have a situation where
my maestro flow is finished but this this custom app started triggering some jobs that is performing some SDK data sets cleanup(pls refer screenshot)..
any idea what this could be?
this happens everytime i run my maestro flow (after the flow completion).
it runs for like 10 instances and stop triggering more jobs.
i think i know the issue, i have created an event workflow for task loaded()
and kept the task open in a different browser tab. is it because of that it is firing the workflow instances continuously???
I thought the the event would work similar to app init()
I think it would have been logically correct if this TASK loaded() event fires up on webpage load() event, rather than firing multiple event as long as the APPS webpage is kept open.
this could potentially land up in some unnecessary infinite loop scenario if the task page is LEFT open by multiple users..
there is no trigger to disable at all.
this is an app event not a trigger..
Btw, i found the issue and reason but just not convinced with how it should work logically.