2 process and A job triggers B Job

Hello
I am working on a reframework where we have 2 process after completion of 1 job need to process another job any way around it and how it will work in the REF model !

Hi @meerabhatt ,

We can create a Dispatcher Performer Model for the 1st job .

where 1st job input will be processed with dispacher and loaded 1n 1st queue and actual tx can be processed in performer model .

if tx is passed then use add queue item and load the data in to 2nd queue and schedule a process using queue trigger so that automatically the process will be triggered

1st job performer bot will act as a disptcher for the 2nd job

Hope this approach helps

Hi @sandyarpa767 , u are suggesting to go with 2 queues after the 1st tx queue item is success load data to queue and use a Queue trigger to start the 2nd job

Ys that correct @meerabhatt

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.