Class MetadataUtils
java.lang.Object
com.netflix.conductor.common.utils.MetadataUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareChecksumsEqual(WorkflowDef def0, WorkflowDef def1) Returns true is both workflow definitions have matching checksums.static StringcomputeChecksum(WorkflowDef workflowDef) Returns the computed checksum for the workflowDefinition.
-
Constructor Details
-
MetadataUtils
public MetadataUtils()
-
-
Method Details
-
areChecksumsEqual
Returns true is both workflow definitions have matching checksums.- Parameters:
def0-def1-- Returns:
-
computeChecksum
Returns the computed checksum for the workflowDefinition.- Parameters:
workflowDef-- Returns:
-