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
Shakti_ThePower
Hi
I am new to the TS and also to the forum. I have question on workflow. I don't know whether it is possible or not. I am asking this question against workflow template future.
User selects the workflow **** from new job window and clicks on New Job. We want check that whether workflow **** is already running or not (here we want run workflow only one time at a time). If that workflow is already running then popup should come tell that workflow is already running else it should do normally.
Richa.
Find more posts tagged with
Comments
Migrateduser
Off the top of my head, I'm thinking a call to iwqueryjobs looking for all active jobs, then looping through the list and seeing if any of those jobs match the Name or Description (using WFworkflow.pm) of the current workflow. That would be easy enough.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
rkaramel
The best way to solve the problem is to register the workflow in your own way (use a flag or text file or something like that). So it can save tremendous amount of time instead of just scanning thru the workflow repository