Class Workflow.Builder

    • Method Detail

      • id

        public Workflow.NameStage id​(@NotNull
                                     java.lang.String id)

        The ID of the workflow.

        Example: "workflow_BMlfq_yWM3sT-ZzvCnA3f"

        The ID of the workflow.

        Example: "workflow_BMlfq_yWM3sT-ZzvCnA3f"

        Specified by:
        id in interface Workflow.IdStage
        Returns:
        Reference to this so that method calls can be chained together.
      • name

        public Workflow._FinalStage name​(@NotNull
                                         java.lang.String name)

        The name of the workflow.

        Example: "Invoice Processing"

        The name of the workflow.

        Example: "Invoice Processing"

        Specified by:
        name in interface Workflow.NameStage
        Returns:
        Reference to this so that method calls can be chained together.