The Class WorkflowInsHistoryResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
workflowHistory | array of WorkflowInstanceHistoryDto | The workflow histories. |
Example
{ "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "workflowHistory" : [ { "actionDate" : 12345, "workflowInstanceCode" : "...", "fromStatus" : "...", "toStatus" : "...", "transitionName" : "..." }, { "actionDate" : 12345, "workflowInstanceCode" : "...", "fromStatus" : "...", "toStatus" : "...", "transitionName" : "..." } ] }