If I can monitor the actual execution status while using pmcmp startworkflow command?
Any idea to debug that, at least could see the session log in command line?
Thanks
WOW, Even though I could use infacmd getsessionlog to see the relevant info, I am still thinking that monitoring the log real-time while using pmcmd startworkflow would be better,
Any better method to monitor or debug in command line?
sure, you can use getsessionlog/GetWorkflowLog to collect the info when the workflow is still running. However, i think it's very hard to minitor the workflow pure 'real-time' under the command line mode, becoz both commands only fetch the logs and diaplay them at the point when you execute these command, they don't self-refresh.