Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pull information form Workflow using WAPI

Status
Not open for further replies.

SujitMenon

IS-IT--Management
Dec 30, 2004
2
US
hi

i have a workflow which has steps like assigning approver dynamically by the workflow. I also hav a parallel system which needs to read this info like the approval name & when was the approver assigned. How can i get ths info using WAPI.

Also, the parallel system mite require to stop, suspend the execution of Workflow. How do we implement it using WAPI.

Thanks a lot...
 
If you peruse the documentation on WAPI all the methods are listed there.If you know the workid and subworkid of the executing WF this example might help
Code:
[URL unfurl="true"]http://www.greggriffiths.org/livelink/development/lapi/wfattachments/[/URL]
If you do not know the workid,subworkid of the workflow I do not think there is an equivalent WAPI command to get the status of the map by mapid.Search OT KB for SLAPi or easyLapi where they might have written something along these lines.You may have to write some methods yourself based on the workflow tables of the livelink schema.


Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top