public class ContinueAs extends Object implements Serializable
| Constructor and Description |
|---|
ContinueAs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Expression which selects parts of the states data output to become the workflow data input of continued execution
|
String |
getVersion()
Version of the workflow to continue execution as
|
WorkflowExecTimeout |
getWorkflowExecTimeout() |
String |
getWorkflowId()
Unique id of the workflow to continue execution as
|
void |
setData(String data)
Expression which selects parts of the states data output to become the workflow data input of continued execution
|
void |
setVersion(String version)
Version of the workflow to continue execution as
|
void |
setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout) |
void |
setWorkflowId(String workflowId)
Unique id of the workflow to continue execution as
|
ContinueAs |
withData(String data) |
ContinueAs |
withVersion(String version) |
ContinueAs |
withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout) |
ContinueAs |
withWorkflowId(String workflowId) |
public String getWorkflowId()
public void setWorkflowId(String workflowId)
public ContinueAs withWorkflowId(String workflowId)
public String getVersion()
public void setVersion(String version)
public ContinueAs withVersion(String version)
public String getData()
public void setData(String data)
public ContinueAs withData(String data)
public WorkflowExecTimeout getWorkflowExecTimeout()
public void setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
public ContinueAs withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
Copyright © 2020–2023 CNCF. All rights reserved.