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
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflowTask.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowTask.WorkflowTaskBuilder<?, ?> builder()protected booleanbooleanArguments the task uses in its execution.getName()Name of the task.Reference to another workflow template that will be used to run this task.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-