Interface Workflow.UpdateStages.WithState

All Known Subinterfaces:
Workflow.Update
Enclosing interface:
Workflow.UpdateStages

public static interface Workflow.UpdateStages.WithState
The stage of the Workflow update allowing to specify state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the state property: The state..
  • Method Details

    • withState

      Workflow.Update withState(WorkflowState state)
      Specifies the state property: The state..
      Parameters:
      state - The state.
      Returns:
      the next definition stage.