Skip to content

Workflow

These are the model elements in Atlan related to governance workflows.

Reference documentation

This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand how to manage resources in Atlan.

classDiagram
    direction RL
    class Workflow
    link Workflow "../workflow"
    class Asset {
        <<abstract>>
    }
    link Asset "../asset"
    Asset <|-- Workflow : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../referenceable"
    Referenceable <|-- Asset : extends
    class WorkflowRun
    link WorkflowRun "../entities/workflowrun"
    Asset <|-- WorkflowRun : extends
    class Task
    link Task "../entities/task"
    Asset <|-- Task : extends

Properties

These attributes are specific to instances of Workflow (and all of its subtypes).

workflowConfig

Details of the workflow.

workflowCreatedBy

Username of the user who created this workflow.

workflowDeletedAt

Deletion time of this workflow.

workflowRunExpiresIn

Time duration after which a run of this workflow will expire.

workflowStatus

Status of the workflow.

workflowTemplateGuid

GUID of the workflow template from which this workflow was created.

workflowType

Type of the workflow.

workflowUpdatedBy

Username of the user who updated this workflow.