WorkflowRun¶
- class pyatlan.model.assets.WorkflowRun(*, typeName: str = 'WorkflowRun', attributes: WorkflowRun.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
- WORKFLOW_RUN_ACTION_CHOICES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
List of workflow run action choices.
- WORKFLOW_RUN_COMMENT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
The comment added by the requester
- WORKFLOW_RUN_CONFIG: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Details of the approval workflow run.
- WORKFLOW_RUN_CREATED_BY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Username of the user who created this workflow run.
- WORKFLOW_RUN_DELETED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Deletion time of this workflow run.
- WORKFLOW_RUN_EXPIRES_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Time at which this run will expire.
- WORKFLOW_RUN_ON_ASSET_GUID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
The asset for which this run was created.
- WORKFLOW_RUN_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Status of the run.
- WORKFLOW_RUN_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Type of the workflow from which this run was created.
- WORKFLOW_RUN_UPDATED_BY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Username of the user who updated this workflow run.
- WORKFLOW_RUN_WORKFLOW_GUID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
GUID of the workflow from which this run was created.