suprit chaudhary [
https://community.jboss.org/people/supritchaudhary] created the
discussion
"Re: From Task to TaskSummary"
To view the discussion, visit:
https://community.jboss.org/message/759250#759250
--------------------------------------------------------------
Sample Code:
/// filter for task status
List<Status> statusList = new ArrayList<Status>();
statusList.add(Status.Created);
TaskService taskClient = new SyncTaskServiceWrapper(new AsyncMinaTaskClient());
taskClient.connect();
List<TaskSummary> taskSummaryList = taskClient.getTasksOwned(processId, statusList,
"");
Also ref:
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-examples/src/main/jav...
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-examples/src/main/jav...
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/759250#759250]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]