Package com.atlan.model.workflow
Class WorkflowSpec
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowSpec
- All Implemented Interfaces:
Serializable
Definition of the workflow: its inputs, outputs and logic.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
WorkflowSpec.WorkflowSpecBuilder<C extends WorkflowSpec,
B extends WorkflowSpec.WorkflowSpecBuilder<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 WorkflowSpec.WorkflowSpecBuilder<?,
?> builder()
protected boolean
boolean
TBCName of the template to use as the starting point when running the workflow.List of specific steps in the overall workflow process.Metadata about the workflow, typically thepackage.argoproj.io/name
annotation.TBCint
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowSpec
-
-
Method Details
-
builder
-
toBuilder
-
getTemplates
List of specific steps in the overall workflow process. -
getEntrypoint
Name of the template to use as the starting point when running the workflow. -
getArguments
TBC -
getWorkflowTemplateRef
TBC -
getWorkflowMetadata
Metadata about the workflow, typically thepackage.argoproj.io/name
annotation. -
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
-