Home
Extended ECM
API, SDK, REST and Web Services
WAPI - Initiate a workflow
ATHANASSIOS_FAMELIARIS
Hi all, i have the following question. I would like a way to initiate a workflow through sdk by having only it's name and object id available [something like InitiateWF("My Workflow") would be perfect]. I didn't find something relevant in the WAPI documentation so far...Is there some workaround on this?Thanks in advance !
Find more posts tagged with
Comments
Krishnankutty_Nair
To initiate a workflow you need to have (See,See contents) permissions on themap and you basically call the map by ID,and its version.Scripts to this extent are provided by Donna Nalls in KB
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3156380&objAction=view.If
you need manipulation of the WFpackages like attributes,attachments forms etc those scripts should really help youI used the suggestions given by her to write me an agent.If you care to look
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3560540&objAction=view&show=2
ATHANASSIOS_FAMELIARIS
Thanks both Nair & Donna for the guidelines and the scripts. Great help, i appreciate...