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)
Use wfquery in cssdk to fetch completed Teamsite workflow jobs?
PreetpalSingh
Hi,
I want to use cssdk to fetch data of Inactive workflows. In addition to that i need to fetch the results of the workflows that have completed in Teamsite.
Below is the code which is use to fetch the active jobs. Is there a similar way to query and fetch Inactive jobs as well in cssdk?
Code snippet
CSWorkflow[] searchResult = null;
String query = "";
searchResult = searchEngine.getWorkflowsByQuery(query);
Find more posts tagged with
Comments
Migrateduser
For what purpose would you need that information using the CSSDK? I don't think it's available from there. Use the Report Server - that's about all it's good for anyway.
gantt_example.rptdesign