The result of an action taken on a ticket workflow step.
| Name | Type | Nullable? | Summary | 
|---|---|---|---|
| IsSuccessful | Boolean | Indicates if the result of the action was successful or not. | |
| Message | String | This field is nullable. | Contains a message that describes the result of the action. | 
| Errors | TeamDynamix.Api.WorkflowEngine.WorkflowValidationMessage[] | This field is nullable. | Contains a collection of validation errors. | 
| WasWorkflowUpdated | Boolean | 
          True if the workflow was updated as a result of this action, false otherwise.
         |