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

e.sonataflow.sonataflow-quarkus-integration-test.10.0.0.source-code.foreach_child.sw.json Maven / Gradle / Ivy

{
    "id": "foreach_child",
    "version": "1.0",
    "specVersion": "0.8",
    "name": "Foreach child Workflow",
    "description": "Foreach child Workflow Test",
    "start": "multiply",
    "functions": [
        {
            "name": "multiply",
            "type": "expression",
            "operation": ".number*.constant"
        }
    ],
    "states": [
        {
            "name": "multiply",
            "type": "operation",
            "actions": [
                {
                    "name": "multiplyAction",
                    "functionRef": "multiply",
                    "actionDataFilter": {
                       "toStateData" : ".response"
                     }
                }
            ],
            "stateDataFilter": {
              "output": ".response"
            },
            "end": true
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy