Hello, We currently have a batch job that has one batch task that it runs ( it calls a batchable class), this tasks creates a shipment record. I want to add another task to this same batch job that will then update that shipment record after it is created. When I add a new task, it puts it on top of the existing one. How do I know or change the order of what tasks will run first? And to have the second one run only if the first tasks succeeded? Also, I did not create the Batch job, so it doesn't want to let me add another task, is there a way to force it to? or will I have to delete the existing job and create a new one?
Thanks for any help!
*This post is locked for comments