# PendingUserTask
## Properties
**instance_id** | [**uuid::Uuid**](uuid::Uuid.md) | the process instance -- the `id` path segment of the completion operation |
**workspace_id** | **String** | |
**element_id** | **String** | the `<userTask>` element id -- the `user_task_id` path segment of the completion operation |
**name** | Option<**String**> | `<userTask name=\"...\">`, the label an author wrote for a human | [optional]
**bpmn_flow_path** | Option<**String**> | | [optional]
**bpmn_version** | Option<**i64**> | | [optional]
**instance_created_at** | **String** | |
**instance_created_by** | **String** | |
**parked_at** | Option<**String**> | When the token arrived at this element, from the engine's own bounded history. Null for a park older than the retained history. | [optional]
**assignee** | Option<**String**> | `flowable:assignee` / `<humanPerformer>`, when written as a literal | [optional]
**owner** | Option<**String**> | | [optional]
**candidate_users** | Option<**Vec<String>**> | | [optional]
**candidate_groups** | Option<**Vec<String>**> | | [optional]
**assignment_unresolved** | Option<**bool**> | The task declares an assignment written as an expression, which this path cannot evaluate. The task is still listed (hiding it would make it unreachable, which is the defect #1104 is about) but a client must not present it as unassigned. | [optional]
**due_date** | Option<**String**> | presentational only -- nothing schedules on it | [optional]
**priority** | Option<**String**> | | [optional]
**form_key** | Option<**String**> | `flowable:formKey`, reported but never resolved (#705 phase 4) | [optional]
**form_fields** | Option<[**Vec<models::BpmnUserTaskFormField>**](BpmnUserTaskFormField.md)> | | [optional]
**form_validation_disabled** | Option<**bool**> | the model set `flowable:formFieldValidation=\"false\"`, so the server will not validate the payload | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)