workflowHistoryActionDto Data Type

The Class WorkflowHistoryActionDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
action string element 0/1 The action.
result string element 0/1 The result.

Example

<workflowHistoryActionDto>
  <action>...</action>
  <result>...</result>
</workflowHistoryActionDto>