--- title: FlowReportResultItem --- ## PureCloud::FlowReportResultItem ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **flow_exec_id** | [**FlowExecId**](FlowExecId.html) | The flow instance ID for this process | | | **flow_config_id** | [**FlowConfigId**](FlowConfigId.html) | The flow config ID that this workitem was created from. | | | **flow_instance_name** | **String** | The instance name for this flow in relation to its primary document. If the flow is not a document-centric type, this value will be empty. | [optional] | | **associated_document** | [**AssociatedDocument**](AssociatedDocument.html) | the document for this flow (if this flow was launched via a document) | [optional] | | **flow_status** | **String** | The flow's running status, which indicates whether the flow is running normally or in error, etc; | [optional] | | **current_state** | **String** | The current state of the flow (EG what action is being processed) | | | **start_date_time** | **DateTime** | The time the flow was started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_date_time** | **DateTime** | The time the flow ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **work_item_user_assignees** | [**Array<User>**](User.html) | List of users currently assigned to a workItem | [optional] | | **completed_user** | [**User**](User.html) | User that completed the flow | [optional] | | **completion_reason** | **String** | Reason for completion | [optional] | | **flow_error_info** | [**ErrorBody**](ErrorBody.html) | Additional information if the flow is in error | [optional] | {: class="table table-striped"}