Package com.atlan.model.workflow
Class WorkflowTask
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowTask
- All Implemented Interfaces:
Serializable
Definition of a single task within a single step of a workflow.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
WorkflowTask.WorkflowTaskBuilder<C extends WorkflowTask,
B extends WorkflowTask.WorkflowTaskBuilder<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 WorkflowTask.WorkflowTaskBuilder<?,
?> builder()
protected boolean
boolean
Arguments the task uses in its execution.getName()
Name of the task.Reference to another workflow template that will be used to run this task.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowTask
-
-
Method Details
-
builder
-
toBuilder
-
getName
Name of the task. -
getArguments
Arguments the task uses in its execution. -
getTemplateRef
Reference to another workflow template that will be used to run this 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
-