schema.end.continueas.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serverlessworkflow-api Show documentation
Show all versions of serverlessworkflow-api Show documentation
Java SDK for Serverless Workflow Specification
{
"type": "object",
"javaType": "io.serverlessworkflow.api.end.ContinueAs",
"description": "End definition continue as",
"properties": {
"workflowId": {
"type": "string",
"description": "Unique id of the workflow to continue execution as"
},
"version": {
"type": "string",
"description": "Version of the workflow to continue execution as",
"minLength": 1
},
"data": {
"type": [
"string"
],
"description": "Expression which selects parts of the states data output to become the workflow data input of continued execution"
},
"workflowExecTimeout": {
"$ref": "../timeouts/workflowexectimeout.json"
}
},
"required": [
"kind"
]
}s
© 2015 - 2025 Weber Informatics LLC | Privacy Policy