Package io.serverlessworkflow.api.start
Class Start
- java.lang.Object
-
- io.serverlessworkflow.api.start.Start
-
- All Implemented Interfaces:
Serializable
public class Start extends Object implements Serializable
State start definition- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Start()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulegetSchedule()Start state schedule definitionStringgetStateName()Name of the starting workflow statevoidsetSchedule(Schedule schedule)Start state schedule definitionvoidsetStateName(String stateName)Name of the starting workflow stateStartwithSchedule(Schedule schedule)StartwithStateName(String stateName)
-
-
-
Method Detail
-
getStateName
public String getStateName()
Name of the starting workflow state
-
setStateName
public void setStateName(String stateName)
Name of the starting workflow state
-
getSchedule
public Schedule getSchedule()
Start state schedule definition
-
setSchedule
public void setSchedule(Schedule schedule)
Start state schedule definition
-
-