
e.sonataflow.sonataflow-quarkus-integration-test.10.0.0.source-code.squareService.sw.json Maven / Gradle / Ivy
{
"id": "squareService",
"version": "1.0",
"specVersion": "0.8",
"name": "Services call with arrays",
"description": "Testing service calls with arrays and expressions",
"start": "CallService",
"functions": [
{
"name" : "square",
"type": "custom",
"operation": "service:org.kie.kogito.workflows.services.SquareService::squareAll"
}
],
"states": [
{
"name": "CallService",
"type": "operation",
"actions": [
{
"functionRef": {
"refName": "square",
"arguments" : [".first",".second",".third"]
}
}
],
"end": true
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy