All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.sonataflow.sonataflow-addons-quarkus-python-integration-tests.10.0.0.source-code.PythonService.sw.json Maven / Gradle / Ivy

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