WorkflowInstanceHistoryDto Data Type

The Class WorkflowHistoryDto.

Implemented Interfaces
Serializable
Properties
name data type description
actionDate number The action date.
workflowInstanceCode string The workflow instance code.
fromStatus string The from status.
toStatus string The to status.
transitionName string The tansition name.

Example

{
  "actionDate" : 12345,
  "workflowInstanceCode" : "...",
  "fromStatus" : "...",
  "toStatus" : "...",
  "transitionName" : "..."
}