07-23-2018 05:11 AM
Ciao a tutti,
sul mio Alfresco sta girando un processo fermo su blocchetto Evento intermedio di rilevamento con segnale. Lo vorrei riattivare tramite API ma chiamando in GET a questa url:
Mi dice sempre che The requested resource is not available....
da cosa potrebbe dipendere??
Se richiamo questo http://192.168.99.1:8080/activiti-app/api/enterprise/process-definitions?latest=true mi risponde correttamente:
{
"size": 1,
"total": 1,
"start": 0,
"data": [
{
"id": "A-SignalEventTestId:1:4",
"name": "A-Signal Event Test",
"description": null,
"key": "A-SignalEventTestId",
"category": "http://www.activiti.org/processdef",
"version": 1,
"deploymentId": "1",
"tenantId": "tenant_1",
"metaDataValues": [],
"hasStartForm": false
}
]
}
Qualcuno può darmi qualche consiglio?
Grazie mille.
07-25-2018 02:55 AM
Hai provato a passargli l'id invece che la key?
Ovvero questo: A-SignalEventTestId:1:4
07-25-2018 07:00 AM
Ho provato anche con http://192.168.99.1:8080/activiti-app/api/enterprise/runtime/executions?processInstanceId=A-SignalEv... ma la risposta è sempre:
....
<h1>HTTP Status 404 - </h1>
<div class="line"></div>
<p>
<b>type</b> Status report
</p>
<p>
<b>message</b>
<u></u>
</p>
<p>
<b>description</b>
<u>The requested resource is not available.</u>
</p>...
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.