The Class GenericWorkflowsResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
workflow | array of GenericWorkflowDto | The workflows. |
Example
{ "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "workflow" : [ { "disabled" : true, "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "targetEntityClass" : "...", "targetCetCode" : "...", "description" : "...", "filter" : { "disabled" : true, "shared" : true, "inputXml" : "...", "pollingQuery" : "...", "id" : 12345, "entityClass" : "...", "auditableField" : [ { }, { } ], "customFields" : { }, "code" : "...", "description" : "...", "updatedCode" : "..." }, "initStatus" : "...", "updatedCode" : "...", "status" : [ { "uuid" : "...", "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "uuid" : "...", "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ], "transition" : [ { "uuid" : "...", "fromStatus" : "...", "toStatus" : "...", "conditionEl" : "...", "priority" : 12345, "description" : "...", "actionScriptCode" : "...", "actions" : [ { }, { } ] }, { "uuid" : "...", "fromStatus" : "...", "toStatus" : "...", "conditionEl" : "...", "priority" : 12345, "description" : "...", "actionScriptCode" : "...", "actions" : [ { }, { } ] } ], "enableHistory" : true }, { "disabled" : true, "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "targetEntityClass" : "...", "targetCetCode" : "...", "description" : "...", "filter" : { "disabled" : true, "shared" : true, "inputXml" : "...", "pollingQuery" : "...", "id" : 12345, "entityClass" : "...", "auditableField" : [ { }, { } ], "customFields" : { }, "code" : "...", "description" : "...", "updatedCode" : "..." }, "initStatus" : "...", "updatedCode" : "...", "status" : [ { "uuid" : "...", "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "uuid" : "...", "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ], "transition" : [ { "uuid" : "...", "fromStatus" : "...", "toStatus" : "...", "conditionEl" : "...", "priority" : 12345, "description" : "...", "actionScriptCode" : "...", "actions" : [ { }, { } ] }, { "uuid" : "...", "fromStatus" : "...", "toStatus" : "...", "conditionEl" : "...", "priority" : 12345, "description" : "...", "actionScriptCode" : "...", "actions" : [ { }, { } ] } ], "enableHistory" : true } ] }