Home
TeamSite
TeamSite, LiveSite and OpenDeploy
How to get all workflow jobs in the Workflow subsytem using cssdk?
System
Hi,
I need to author java code within Teamsite using CSSDK that can:
1) Get all workflow jobs
2) Check if they are active
3) Perform some opeartion on them.
Use of CSSDK is a mandate here and i cannot use any system command or perl code here.
I however am stuck at a point wherein, i fetch the csclient and get the workflow engine from it. Eg:
CSClient client = (CSClient) request.getAttribute("iw.csclient");
CSWorkflowEngine workflowEngine= client.getWorkflowEngine();
I then have few methods for getting available jobs but it seems they are only tagged to the current csclient (as per the CSSDK javadocs).
Can anyone help me in getting all workflow jobs in the subsystem using CSSDK(something like: TeamSite::WFsystem()->GetWorkflows() in perl)?
Find more posts tagged with
Comments
There are no comments yet