Interface Workflow.DefinitionStages.WithDefinition

All Known Subinterfaces:
Workflow.Definition, Workflow.DefinitionStages.WithCreate
Enclosing interface:
Workflow.DefinitionStages

public static interface Workflow.DefinitionStages.WithDefinition
The stage of the Workflow definition allowing to specify definition.
  • Method Details

    • withDefinition

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