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
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflowSpec.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowSpec.WorkflowSpecBuilder<?, ?> builder()protected booleanbooleanTBCName 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/nameannotation.TBCinthashCode()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/nameannotation. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-