Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Get all Workflow Maps in Enterprise WS
Vivek_Jade_(vivek.jade@bentley.com_(Delete)_810144
Hi,I'm using C# and LAPI 9.5. How do i list out all available Workflow Maps in Enterprise WorkSpace ?Your help is appreicated.Thanks in advance - Vasu
Find more posts tagged with
Comments
eLink User
Message from Carsten Kulms via eLinkYou can use a search (function ApplyQuery) with the Enterpise searchbroker object and the query "(OTSubType: 128)".
eLink User
Message from Nair, Krishnankutty via eLinkDon't know if you need lapi to do this but a subworkflow map has aunique subtypeSelect * from dtree where subtype= 128 will give you all the maps .If you want executing ones you would probably look at the ToDoView ortheWorkflowtables such as wwork,wsubwork,wsubworktaskstatus ete etcIn lapi this can be approximated asJava/.NET Method Declarationpublic int ListObjects( int volumeID, int objectID, String viewName, String queryStr, int permissions, LLValue children )Default lapi will look at webnodes view (your viewname) or dtree Idon't remember which.Your querystr can be put as subtype=128 (I have done subtype=0 forfolders so I am guessing that should work).Lapi will not walk thehirarchy tree you may need to crawl the ent for it.I think you may better off just querying the db or if it is a must touse lapi you could do a lapi against a live report too. -----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Friday, November 10, 2006 9:29 AMTo: eLink RecipientSubject: Get all Workflow Maps in Enterprise WSGet all Workflow Maps in Enterprise WSPosted by Jade, Vivek on 11/10/2006 10:27 AMHi,I'm using C# and LAPI 9.5. How do i list out all available Workflow Mapsin Enterprise WorkSpace ?Your help is appreicated.Thanks in advance - Vasu[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.