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.customType.sw.json Maven / Gradle / Ivy

{
  "id": "customType",
  "version": "1.0",
  "name": "Test Custom type",
  "description": "This test a custom type can be added as addon in the classpath",
  "start": "start",
  "functions": [
    {
      "name": "doSomething",
      "type": "custom",
      "operation": "ansible:doSomething"
    }
  ],
  "states": [
    {
      "name": "start",
      "type": "operation",
      "actions": [
       {
          "functionRef": "doSomething"
       }
      ],
      "end": true
 	}
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy