Interface Workflow.UpdateStages.WithDefinition

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

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

    Modifier and Type
    Method
    Description
    withDefinition(Object definition)
    Specifies the definition property: The definition..
  • Method Details

    • withDefinition

      Workflow.Update withDefinition(Object definition)
      Specifies the definition property: The definition..
      Parameters:
      definition - The definition.
      Returns:
      the next definition stage.