Task

class pyatlan.model.assets.Task(*, typeName: str = 'Task', attributes: Task.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: RelationshipAttributes | Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

TASK_ACTIONS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

List of actions associated with this task.

TASK_CREATED_BY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

username of the user who created this task

TASK_EXECUTION_ACTION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

action executed by the recipient

TASK_EXECUTION_COMMENT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

comment for the action executed by user

TASK_EXPIRES_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>

Time (epoch) at which the task expires .

TASK_INTEGRATION_CONFIG: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

contains external integration config for the task

TASK_IS_READ: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>

flag to make task read/unread

TASK_PROPOSALS: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

contains the payload that is proposed to the task

TASK_RECIPIENT: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

recipient of the task

assetId to preview

TASK_REQUESTOR: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

requestor of the task

TASK_REQUESTOR_COMMENT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

comment of requestor for the task

TASK_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

type of task

TASK_UPDATED_BY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

username of the user who updated this task