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)
Star workflow from command line
Bubas_IWOV
Hi,
Im trying to start a workflow using the command iwjobc, now the problem im having is that when i do that i get errors, but if i start the workflow in TS i dont have any problems.
I have TS 552 .
could somebody help me as i just need this to finish the content expiry script.
Regards
Bruno
Find more posts tagged with
Comments
nipper
What error are you getting ? Some more info would be helpful.
This is usually pretty easy, iwjobc to get the number then
iwinvokejob with the number
What are you running & what is happening ?
me
james1
You're not passing iwjobc a WFT, are you? WFTs are not job specifications. iwjobc wants a job spec.
-- James
--
James H Koh
Interwoven Engineering
nipper
Good point, I forgot about that.
iwjobc needs VERY CLEAN xml, no CDATA, etc
You cannot build one of these with WFB.
Andy
james1
> iwjobc needs VERY CLEAN xml, no CDATA, etc
iwjobc gladly accepts CDATA.
The difference between a WFT and a job spec is not simply XML style. It is the XML grammar.
-- James
--
James H Koh
Interwoven Engineering
Bubas_IWOV
Hi,
Yes im doing the mistake of starting a WFT, so in other words to start a workflow by the command line i should wirte a perl script that replaces all my variavles and writes a clean XML to be executed is it?
Bruno
nipper
You may look into converting the WFT to clean XML, I did it & it is not that tough.
There is also a step when the WF is run, it may be creating a clean XML file (something like /tmp/foo.xml) when it is run from
the GUI.
This will be hardcoded but that may be a good start.
Andy