I need to implement a cron job in Appian Process Modeler, which keeps on check d

I need to implement a cron job in Appian Process Modeler, which keeps on check database table and if new records come then process it by calling another sub process. See the attachment of the process model which I implemented for it.

My parent process is A which calls Process B based on the db record output count. It again calls process A again asynchronously .But the asynchronously sub process call takes the context of the First main process and its getting stopped after 100 sub process call of Process A
Alert Message:-
The task "Call Process A." tries to instantiate a sub-process with depth greater than the limit of 100.
Problem: The task tries to invoke a sub-process that would exceed depth limit.
Recommended Action: The sub-process process was not instantiated. Please examine any process variable mapping and start the next node if necessary.
Priority of this problem: High Priority

Please suggest any alternate ...

OriginalPostID-139860

OriginalPostID-139860

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data