| Package | Description |
|---|---|
| io.serverlessworkflow.api | |
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.serializers | |
| io.serverlessworkflow.api.start |
| Modifier and Type | Method and Description |
|---|---|
Start |
Workflow.getStart()
State start definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workflow.setStart(Start start)
State start definition
|
Workflow |
Workflow.withStart(Start start) |
| Modifier and Type | Method and Description |
|---|---|
Start |
StartDefinitionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
StartDefinitionSerializer.serialize(Start start,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
StartDefinitionSerializer(Class<Start> t) |
| Modifier and Type | Method and Description |
|---|---|
Start |
Start.withSchedule(Schedule schedule) |
Start |
Start.withStateName(String stateName) |
Copyright © 2020–2023 CNCF. All rights reserved.