Getting task Id for the task run from server manager
Hello experts,
I am calling a workflow from shell script through server manager. Below is my script looks like.
srvrmgr /g ip:2320 /e Enterprise /s siebsrvr01 /u sadmin /p password /i /app/MonitoringScripts/task.txt /o /app/MonitoringScripts/task_log.txt
My task.txt is:
run task for component WfProcMgr with processname='Test WF'
I want to return the task id of the task being called. How to get the task id for this?
Thanks,
Suresh