Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Workflow.EndTask Help
Jonathan_Haguewood_(jhaguewood_-_(deleted))
Hey everyone,We have an applicaiton that was custom built by consultants and I'm having an issue I can't resolve.I'm not too familiar with LAPI and so I'll try and spell this out to the best of my understanding.The app, in a nutshell, is used to execute workflows. On this particular workflow, the user is attempting to approve and move it on to the next step. However it is bombing when it tries to EndTaskCode: success = mWorkFlow.EndTask(workFlowID, subWorkID, taskID, disp) If success <> 0 Then ...End of CodeWhat's happening, when this runs, the integer returned is 500406. Which I'm assuming is some sort of error code. any help on this would be greatly appreciated. thanks. If you have any more questions, Please ask.Jonathan
Find more posts tagged with
Comments
Jonathan_Haguewood_(jhaguewood_-_(deleted))
I should add, that other workflows are working just fine.
Jonathan_Haguewood_(jhaguewood_-_(deleted))
Found it! Someone modified the route and at a decision point, specified a non-existent milestone which caused it to bomb.