Question on Batch Definition Setup
Summary:
Hello,
I'm hoping I can get some clarification on the Batch Definition process. I have a scheduled process that kicks off a batch definition, via epm automate. The batch definition contains 5 data load rules.
My issue is that epm automate returns immediately (with a failed exit code) after kicking off the process. The process should take around 10 mns to complete. If I replace the definitions to Wait , the process executes successfully but epm automate still returns immediately upong kicking off the process.
I'd like epm automate to wait until the batch has completed executing before returning control to the next command. I can add a manual timeout in the batch file, but doing so will always force me to check the process time.