GenericWorkflowResponseDto Data Type

The Class GenericWorkflowResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
genericWorkflow GenericWorkflowDto The workflow.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "genericWorkflow" : {
    "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
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}