A history entry for an action performed on a workflow step.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| ID | Int32 | The ID of the history entry. | |
| StepID | Guid | The ID of the step this history entry is for. | |
| ActionDateUtc | DateTime | The date of the action. | |
| PersonUid | Guid | The UID of the user who performed the action. | |
| PersonRefID | Int32 | The integer ID of the user who performed the action. | |
| PersonFirstName | String | This field is nullable. | The first name of the user who performed the action. |
| PersonLastName | String | This field is nullable. | The last name of the user who performed the action. |
| PersonFullName | String | This field is nullable. | The full name of the user who performed the action. |
| PersonProfileImageFileName | String | This field is nullable. | The profile image file name of the user who performed the action. |
| ActionID | String | This field is nullable. | The ID of the action. |
| ActionName | String | This field is nullable. | The name of the action. |
| Context | TeamDynamix.Api.WorkflowEngine.WorkflowAdvancement | How the action affected the overall progression of the workflow. | |
| Comments | String | This field is nullable. | The comments of the history entry. |
| IsStepComplete | Boolean | This field is nullable. | Whether the action completed the step. |