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
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflowTemplateRef.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowTemplateRef.WorkflowTemplateRefBuilder<?, ?> builder()protected booleanbooleanTBCgetName()Name of the existing workflow template.Entry point to begin executing the referenced workflow template.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-