-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
S
Our new JSON response should now return the procesInstanceId in the fields as well. Example:
"decisionDefinitionKey" : "invoice-assign-approver", "decisionDefinitionId" : "invoice-assign-approver:2:2bebd72a-66fc-11eb-a265-0242ac120003", "decisionInstanceId" : "2cb93975-66fc-11eb-a265-0242ac120003", "evaluationDateTime" : "2021-02-04T16:18:03.306+0100", "processInstanceId": "2c84942f-66fc-11eb-a265-0242ac120003", "engineName" : "camunda-bpm", "tenantId" : null, "inputVariables" : { "InputClause_0og2hn3" : { "id" : "InputClause_0og2hn3", "name" : "Invoice Classification", "type" : "String", "value" : "day-to-day expense" } }, "outputVariables" : { "OutputClause_1cthd0w" : { "id" : "OutputClause_1cthd0w", "name" : "Approver Group", "type" : "String", "values" : [ "accounting", "sales" ] }
ATs:
- Updated REST api documentation
- Updated User guide documentation
- Change in API in reflected