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
Modifier and TypeClassDescriptionstatic class
Workflow.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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Workflow.WorkflowBuilder<?,
?> builder()
protected boolean
boolean
Metadata 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.int
hashCode()
run()
Run the workflow immediately.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.- Returns:
- the details of the workflow run
- Throws:
AtlanException
- on any API communication issue
-
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:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-