Package io.serverlessworkflow.api.start
Class Start
- java.lang.Object
-
- io.serverlessworkflow.api.start.Start
-
- All Implemented Interfaces:
Serializable
@Generated("jsonschema2pojo") 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 Schedule
getSchedule()
Start state schedule definitionString
getStateName()
Name of the starting workflow statevoid
setSchedule(Schedule schedule)
Start state schedule definitionvoid
setStateName(String stateName)
Name of the starting workflow stateStart
withSchedule(Schedule schedule)
Start
withStateName(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
-
-