Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
workflow monitoring
TeamsiteUser
Hi All,
Is there any command line tool to monitor workflows which are stucked?
Thanks,
Find more posts tagged with
Comments
Adam Stoller
Hi All,
Is there any command line tool to monitor workflows which are stucked?
Thanks,
The word is "stuck" or "hung" - there is no such word as "stucked"
There are no command line tools explicitly to monitor hung jobs though you can use tools like iwqueryjobs and iwquerytasks to retrieve
some
information which
may
help you determine hung jobs - or you can utilize routines from the various TeamSite::WF* modules to do the same thing.
Best though is to design your workflows with timeout and error handlers so that there is little chance of having a job hung without notification of the problem.