e.sonataflow.sonataflow-addons-quarkus-python-integration-tests.10.0.0.source-code.PythonService.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-python-integration-tests
Show all versions of sonataflow-addons-quarkus-python-integration-tests
Serverless Workflow Python Quarkus Addons Testing
The newest version!
{
"id" : "Factorial",
"start" : "operation_1",
"functions" : [ {
"name" : "factorial",
"operation" : "service:python:math::factorial",
"type" : "custom"
} ],
"states" : [ {
"actions" : [ {
"functionRef" : {
"refName": "factorial",
"arguments" : ".x"
},
"actionDataFilter" : {
"toStateData" : ".result"
}
} ],
"name" : "operation_1",
"type" : "operation",
"end" : true
} ]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy