Package com.atlan.model.workflow
Class Workflow
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.Workflow
- All Implemented Interfaces:
Serializable
Definition of a runnable workflow in Atlan.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflow.WorkflowBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Workflow.WorkflowBuilder<?, ?> builder()protected booleanbooleanMetadata that describes the workflow.Parameters to send to the workflow as a whole (not an individual task).getSpec()Specification of the workflow: per-task inputs, outputs, and logic.inthashCode()run(AtlanClient client) Run the workflow immediately.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Workflow
-
-
Method Details
-
run
Run the workflow immediately.- Parameters:
client- connectivity to the Atlan tenant on which to run the workflow- Returns:
- the details of the workflow run
- Throws:
AtlanException- on any API communication issue
-
builder
-
toBuilder
-
getMetadata
Metadata that describes the workflow. -
getSpec
Specification of the workflow: per-task inputs, outputs, and logic. -
getPayload
Parameters to send to the workflow as a whole (not an individual task). -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-