e.sonataflow.sonataflow-addons-quarkus-camel-integration-tests.10.0.0.source-code.send-nothing.sw.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonataflow-addons-quarkus-camel-integration-tests
Show all versions of sonataflow-addons-quarkus-camel-integration-tests
SonataFlow Quarkus Camel Integration with Serverless Workflow
The newest version!
{
"specVersion": "0.8",
"id": "send_nothing",
"version": "1.0.0",
"start": "sendToLog",
"functions": [
{
"name": "logRoute",
"type": "custom",
"operation": "camel:direct:logRouteReplaceHeader"
}
],
"states": [
{
"name": "sendToLog",
"type": "operation",
"actions": [
{
"functionRef": {
"refName": "logRoute"
}
}
],
"end": true
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy