Home
TeamSite
How can I invoke a workflow using OpenAPI
ricardorodriguez
Hi everyone!!
Does anyone know how can I invoke a workflow using the OpenAPI??...
If you have an example, it will be nice!!!!
Best regards
Ricardo
Find more posts tagged with
Comments
Adam Stoller
If you have the javadocs handy - check out IWWorkFlow.createFromXMLString(wfServ, jobspec_XML, policy);
You also might consider finding out when the next OpenAPI course is being offered and trying to arrange to go through it. The course covers this as well as a bunch of other OpenAPI programming exercises ...
--fish
(Interwoven)
sajiddc
Do you still need an example? Let me know. I might be able to send something to you.
briscoe
I have a couple of JAVA classes pertaining to Interwoven Workflow that I use to update and initiate an XML workflow template that I use to submit content to the stage area. I will attach the two related classes and the XML Workflow template.
Gregg Faus
Thanks brisco. That is the first extensive example of the OpenAPI I've seen thus far.