schema.timeouts.timeoutsdef.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.timeouts.TimeoutsDefinition",
"description": "Timeouts Definition",
"properties": {
"workflowExecTimeout": {
"$ref": "workflowexectimeout.json"
},
"stateExecTimeout": {
"$ref": "stateexectimeout.json"
},
"actionExecTimeout": {
"type": "string",
"description": "Single actions definition execution timeout duration (ISO 8601 duration format)",
"minLength": 1
},
"branchExecTimeout": {
"type": "string",
"description": "Single branch execution timeout duration (ISO 8601 duration format)",
"minLength": 1
},
"eventTimeout": {
"type": "string",
"description": "Timeout duration to wait for consuming defined events (ISO 8601 duration format)",
"minLength": 1
}
},
"required": []
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy