Class WorkflowStepBase.Builder

    • Method Detail

      • id

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

        Deprecated: This ID is not consistent across workflow versions. This field will be removed in a future API version.

        The ID of the workflow step.

        Example: "step_xKm9pNv3qWsY_jL2tR5Dh"

        Deprecated: This ID is not consistent across workflow versions. This field will be removed in a future API version.

        The ID of the workflow step.

        Example: "step_xKm9pNv3qWsY_jL2tR5Dh"

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

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

        The name of the workflow step.

        Example: "Validate Invoice Total"

        The name of the workflow step.

        Example: "Validate Invoice Total"

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