public class Start extends Object implements Serializable
| Constructor and Description |
|---|
Start() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
getSchedule()
Start state schedule definition
|
String |
getStateName()
Name of the starting workflow state
|
void |
setSchedule(Schedule schedule)
Start state schedule definition
|
void |
setStateName(String stateName)
Name of the starting workflow state
|
Start |
withSchedule(Schedule schedule) |
Start |
withStateName(String stateName) |
public String getStateName()
public void setStateName(String stateName)
public Schedule getSchedule()
public void setSchedule(Schedule schedule)
Copyright © 2020–2023 CNCF. All rights reserved.