10-17-2014 10:59 AM
http://localhost:8080/activiti-rest/service/process-instance/753/signal
{
"activityId":"receivetask1"
}
.
<subProcess id="subprocess1" name="Sub Process">
<multiInstanceLoopCharacteristics isSequential="false">
<loopCardinality>10</loopCardinality>
</multiInstanceLoopCharacteristics>
<startEvent id="startevent2" name="Start"></startEvent>
<receiveTask id="receivetask1" name="Receive Task"></receiveTask>
<sequenceFlow id="flow2" sourceRef="startevent2" targetRef="receivetask1"></sequenceFlow>
<endEvent id="endevent2" name="End"></endEvent>
<sequenceFlow id="flow4" sourceRef="receivetask1" targetRef="endevent2"></sequenceFlow>
</subProcess>
and i started it via rest api, calling /runtime/process-instances
how can i call the internal receive?{"id":"753","url":"http://localhost:8080/activiti-rest/service/runtime/process-instances/753','businessKey':null,'suspe...":[]}
{
"errorMessage": "Query return 10 results instead of max 1",
"statusCode": 500
}
10-20-2014 05:04 AM
10-20-2014 07:10 AM
POST /runtime/process-instances
it always return type is not supported. same code on 5.16.3 works.
10-20-2014 12:20 PM
10-21-2014 03:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.