ProcessInstance resource data model
/ProcessInstance
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/bpm/api/ProcessInstance.html
It is allowed to consult all the ProcessInstance definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.bpm.api.ProcessInstance
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/ProcessInstance/832514
Response 200 OK
{
"dummyProcess": false,
"variables": {
"requester": "admin",
"grants": [],
"server": "forge.dev.lab",
"systemName": "SSO",
"requesterName": "Soffid Administrator",
"loginName": "bbuades",
"until": "2020-11-12 16:43:07",
"account": "bbuades"
},
"comments": [],
"processDefinition": 1944240,
"meta": {
"location": "http://<your-domain>/webservice/scim2/v1/ProcessInstance/832514",
"resourceType": "ProcessInstance"
},
"schemas": [
"urn:soffid:com.soffid.iam.bpm.api.ProcessInstance"
],
"start": "2020-11-11 16:43:09",
"currentTask": "Start",
"description": "Grant account",
"id": 832514
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response