{
"sections": [
"title",
"description",
"fields",
"usage",
"wsdl_segment",
"field_reference"
],
"title": "ProcessInstanceWorkitem - Data API",
"description": "Represents a user’s pending approval request.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ActorId": {
"type": "reference",
"properties": "Filter, Group, Sort, Update",
"description": "ID of the user responsible for approving an approval request. This field is a polymorphic relationship field.",
"relationship_name": "Actor",
"relationship_type": "Lookup",
"refers_to": "Group, User"
},
"ElapsedTimeInDays": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "The total time in days since this approval request was started."
},
"ElapsedTimeInHours": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "The total time in hours since this approval request was started."
},
"ElapsedTimeInMinutes": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "The total time in minutes since this approval request was started."
},
"OriginalActorId": {
"type": "reference",
"properties": "Filter, Group, Sort, Update",
"description": "ID of the user originally assigned this approval request. This field is a polymorphic relationship field.",
"relationship_name": "OriginalActor",
"relationship_type": "Lookup",
"refers_to": "Group, User"
},
"ProcessInstanceId": {
"type": "reference",
"properties": "Filter, Group, Sort, Update",
"description": "ID of the ProcessInstance associated with this approval request. This field is a relationship field.",
"relationship_name": "ProcessInstance",
"relationship_type": "Lookup",
"refers_to": "ProcessInstance"
}
},
"usage": "Use this object to manage a pending approval request for a user.",
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"ActorId": {
"field_label": "Actor ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"ElapsedTimeInDays": {
"field_label": "Elapsed Time in Days",
"type": "double",
"precision": "7",
"scale": "3"
},
"ElapsedTimeInHours": {
"field_label": "Elapsed Time in Hours",
"type": "double",
"precision": "7",
"scale": "2"
},
"ElapsedTimeInMinutes": {
"field_label": "Elapsed Time in Minutes",
"type": "double",
"precision": "8",
"scale": "0"
},
"Id": {
"field_label": "Process Instance Workitem ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"OriginalActorId": {
"field_label": "Original Actor ID",
"type": "reference",
"length": "18"
},
"ProcessInstanceId": {
"field_label": "Process Instance ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"precision",
"scale"
]
}