WorkflowHistoryActionDto Data Type

The Class WorkflowHistoryActionDto.

Implemented Interfaces
Serializable
Properties
name data type description
action string The action.
result string The result.

Example

{
  "action" : "...",
  "result" : "..."
}