Hi Team,
Greetings!
I can able to run the workflow using below command which i saved in .bat file, which will start the workflow with job id. i want to monitor that job id using another command as wait for job completion in same .bat file and save that output to the text file whether it got completed or not. is there any option available for it ?
qoperation execute -af execute_workflow.xml -associations workflow_engine -workflowName baas_workflow -tf c:\tokenFile
<TMMsg_CreateTaskResp taskId="4231">
<jobIds val="18722"/>
</TMMsg_CreateTaskResp>