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)
tasks disappearing from job details screen
bagman
I have a workflow that does a series of external tasks. First, it verifies the user and page are authorized to use this WF. Second, it checks the DCR to see if an adobject was requested. Third, it checks for a new page.
According to my debug, the second task (adobject check) runs, but neither the verification task or the adobject check appears in my job details screen. It "starts" with the new file check; however, everything appears in the job admin screen.
If I reject a task that bascially sends it back to the start of the workflow (skipping verification this time), all the tasks behave properly. It's just the initial iteration that's behaving funny.
I would appreciate any ideas on how/why this is happening and how to correct it.
Find more posts tagged with
Comments
Jeremy
You'd have to attach your wft file for us to see. Not too sure what you're on about.
What happens if you View - All Jobs?
Do you see the task there?
bagman
The first two tasks happen so fast, it's difficult to catch them in the task list, but the rest of them appear fine after that.
I've attached a tarfile with the wft, the adobject and new page scrips and debug from adobject script.
bagman
found the problem... had the start attribute set to "t"...