Package com.atlan.model.workflow
Class WorkflowTemplateRef
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowTemplateRef
- All Implemented Interfaces:
Serializable
Reference to an existing workflow template.
These are typically used within a task, within a step of a workflow, to reuse
an existing workflow template to run the logic of that task.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
WorkflowTemplateRef.WorkflowTemplateRefBuilder<C extends WorkflowTemplateRef,
B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowTemplateRef.WorkflowTemplateRefBuilder<?,
?> builder()
protected boolean
boolean
TBCgetName()
Name of the existing workflow template.Entry point to begin executing the referenced workflow template.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowTemplateRef
-
-
Method Details
-
builder
-
toBuilder
-
getName
Name of the existing workflow template. -
getTemplate
Entry point to begin executing the referenced workflow template. -
getClusterScope
TBC -
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
-