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

e.sonataflow.sonataflow-addons-quarkus-camel-integration-tests.10.0.0.source-code.send-arbitrary-body.sw.json Maven / Gradle / Ivy

The newest version!
{
  "specVersion": "0.8",
  "id": "send_arbitrary_body",
  "version": "1.0.0",
  "start": "sendToLog",
  "functions": [
    {
      "name": "logRoute",
      "type": "custom",
      "operation": "camel:direct:logRouteReplaceHeader"
    }
  ],
  "states": [
    {
      "name": "sendToLog",
      "type": "operation",
      "actions": [
        {
          "functionRef": {
            "refName": "logRoute",
            "arguments": "${ . }"
          }
        }
      ],
      "end": true
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy