Sha256: df5e7e787eef7d7ea8e80ab190619722a6492238868997d2806ab0da03bcfa69
Contents?: true
Size: 1.6 KB
Versions: 10
Compression:
Stored size: 1.6 KB
Contents
--- title: FlowDetails --- ## PureCloud::FlowDetails ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **flow_config_id** | [**FlowConfigId**](FlowConfigId.html) | The FlowConfigId that was used to launch this flow. | | | **launch_time** | **DateTime** | The time the flow was launched. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **launch_type** | **String** | The launch mode for this flow instance. | | | **launched_by** | [**User**](User.html) | The user who launched the flow, if the flow was launched as the result of that user's action. | [optional] | | **status** | **String** | The flow's running status, which indicates whether the flow is running normally or completed, etc. | [optional] | | **associated_documents** | [**Array<AssociatedDocument>**](AssociatedDocument.html) | The documents associated with this flow. | [optional] | | **flow_completion_time** | **DateTime** | The time the flow completed, if applicable. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **flow_completion_reason** | **String** | The completion reason set at the flow completion time, if applicable. | [optional] | | **flow_error_info** | [**ErrorBody**](ErrorBody.html) | Additional information if the flow is in error | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
10 entries across 10 versions & 1 rubygems