How can I get a Instance output in java code

1
0
-1

Hi All,
I am trying to write a java code that will get the results of executed flownode.

I have tried following and didn't get results:

SearchOptions searchOptions = new SearchOptionsBuilder(0, 250).filter(
ArchivedProcessInstancesSearchDescriptor.NAME, PROCESS_NAME)
.done();
SearchResult archivedProcessInstanceResults = processAPI
.searchArchivedProcessInstances(searchOptions);

 List<ArchivedProcessInstance> archives = archivedProcessInstanceResults
           .getResult();

Looking forward to hear from all.

-Praks

Comments

Submitted by Sean McP on Wed, 09/07/2016 - 00:14

Not sure what you mean...

your question is How can I get a Instance output in java code which is something different from get the results of executed flownode.

Can you clarify what you mean?

regards

Submitted by praks0000 on Wed, 09/07/2016 - 09:30

Sorry for bad english.

Yes, I need to get the results of executed flownode.

Regards,
Praks

No answers yet.
Notifications