
e.sonataflow.sonataflow-quarkus-integration-test.10.0.0.source-code.keepActive.sw.json Maven / Gradle / Ivy
{
"id": "keepActive",
"version": "1.0",
"name": "Keep active",
"description": "Keep active dummy test",
"start": "CheckFlag",
"keepActive": true,
"states":[
{
"name":"CheckFlag",
"type": "switch",
"dataConditions": [
{
"condition": ".keepActive == true",
"transition": "KeepActive"
}
],
"defaultCondition": {
"transition": "EndIt"
}
},
{
"name": "KeepActive",
"type": "inject",
"data": {"message": "this will never end"},
"end": true
},
{
"name": "EndIt",
"type": "inject",
"data": {"message": "this will end right now"},
"end": {"terminate":true}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy