If that worked, which unfortunately, it does not (yet). See below.KieSession ksession = engine.getKieSession(); List<String> processIds = ksession.execute(new GetProcessIdsCommand());
One more thing I tried the History instances rest api. it is giving only the instances which are already started. I want to get the list of processes which are not even started. My requirement is different.
On Wed, Apr 16, 2014 at 12:00 PM, Jayaseelan Jesudass <jayaseelanjesudass@gmail.com> wrote:
Hi Marco,
Really its a great document You did a great job in providing such a useful information. I am actually using this document for a few weeks now to learn many of the things.
But the rest api call which mentioned in section 17.2.6.1 I cant able to make it work. It says
[POST] /runtime/ {deploymentId} /execute But the document does not explains how to send the command in the POST request. So if there will be a example that will be great.