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)
DD in workflow
msingh
I have a workflow build from workflow builder. so my .wft file looks like
<usertask ....>
<externaltask..>
<usertask2...>
<externaltask2...>
<endtask>
in externaltask2 i want to run ddsync.ipl command. should i use external task or CGI task. based on the return vale of externaltask2 i.e. if my dd fails i'll go to usertask and if it passes i'll go to end task. can someone let me know the piece of code how to do it. its urgent.
Mamta
Find more posts tagged with
Comments
Adam Stoller
If you want the owner of the task which is going to run ddsync.ipl to see what is going on - use a cgitask. If you are going to capture the information and make it available (in the event of failure) through some other means (email, callback comment, etc.) - use an externaltask.
Beyond that - you should be able to take a boiler-plate example of either task-type script and fit your code inside it (there's an article or two about such things on this site - seek and ye shall find)
--fish
(Interwoven Senior Technical Consultant)
creation.rar