Class UpdateFlowTemplateRequest

    • Method Detail

      • id

        public final String id()

        The ID of the workflow to be updated.

        The ID should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

        Returns:
        The ID of the workflow to be updated.

        The ID should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

      • definition

        public final DefinitionDocument definition()

        The DefinitionDocument that contains the updated workflow definition.

        Returns:
        The DefinitionDocument that contains the updated workflow definition.
      • compatibleNamespaceVersion

        public final Long compatibleNamespaceVersion()

        The version of the user's namespace.

        If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

        Returns:
        The version of the user's namespace.

        If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object