e.sonataflow.sonataflow-quarkus-integration-test.10.0.0.source-code.asyncPublisher.sw.json Maven / Gradle / Ivy
The newest version!
{
"id": "asyncEventPublisher",
"version": "1.0",
"name": "Workflow async consumer test",
"description": "An test that verifies an async api spec file with a publish channel is really publishing",
"start": "publishEvent",
"functions": [
{
"name": "publishEvent",
"type": "asyncapi",
"operation": "specs/asyncAPI.yaml#sendWait"
}
],
"states": [
{
"name": "publishEvent",
"type": "operation",
"actions": [
{
"name": "publishEvent",
"functionRef": "publishEvent"
}
],
"end": true
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy