Custom app is triggering a job continuously and running some cleanup

Hi community

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.

@golla.sandeep

if they are different jobs can you go to the info of jobs and show the details here please

cheers

yes Anil

there are multiple instances being trigged one by one.


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() :smiley:

1 Like

@golla.sandeep

here you told the issue ..

cheers

:smiley: :smiley:
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..

@golla.sandeep

looks like the page might be refreshing as well

cheers

@golla.sandeep You have posted the problem and the reson for solution at same time just disable the trigger and check weather its works or not

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.

@golla.sandeep

can you show a screenshot of the trigger workflow please

I just tried and the event in load page triggered only once..It might be something else

also it should have shown some consumption if it runs on cloud serverless as it consumes platform/robot units but its showing NA

cheers