Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.56 KB

WorkflowTask.md

File metadata and controls

37 lines (33 loc) · 2.56 KB

WorkflowTask

Represents a workflow task.

Properties

Name Type Description Notes
id str The id of the represented object (entity).
created_by str The id of the user that created this resource. [optional]
created_on int The timestamp (in UTC time standard) of the creation of this resource. [optional]
last_modified_by str The id of the user who modified this resource the last time. [optional]
last_modified_on int The timestamp (in UTC time standard) of the last modification of this resource. [optional]
system bool Whether this is a system resource or not. [optional]
resource_type str The type of this resource, i.e. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance].
workflow_definition WorkflowDefinitionReference [optional]
workflow_instance_id str The UUID of the workflow instance. [optional]
key str The key. [optional]
type str The type. [optional]
aggregation_key str The key for aggregation purposes. If empty, the task can't be aggregated. [optional]
priority int The priority. [optional]
owner str The owner. [optional]
candidate_users list[User] The list of candidate users. [optional]
create_time int The create time. [optional]
due_date int The due date. [optional]
cancelable bool Whether this workflow task is cancelable or not. [optional]
reassignable bool Whether this workflow task is reassignable or not. [optional]
form_required bool Whether this task requires a form or not. [optional]
contains_activity_stream bool Whether this task contains an activity stream or not. [optional]
in_error bool Whether this task is in error or not. [optional]
error_message str The error message in case this task is in error. [optional]
custom_buttons list[FormProperty] The list of custom buttons. [optional]
description str The description of the workflow task. [optional]
title str The title of the task. [optional]
business_item ResourceReference [optional]

[Back to Model list] [Back to API list] [Back to README]