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

bpmn..camunda.element-templates.send-message-1.json Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
{
  "$schema" : "https://unpkg.com/@camunda/[email protected]/resources/schema.json",
  "name" : "Send Message",
  "id" : "send-message",
  "appliesTo" : [ "bpmn:ServiceTask" ],
  "properties" : [ {
    "value" : "external",
    "label" : "Implementation Type",
    "type" : "String",
    "editable" : false,
    "binding" : {
      "type" : "property",
      "name" : "camunda:type"
    }
  }, {
    "value" : "sendMessage",
    "label" : "Topic",
    "type" : "String",
    "editable" : false,
    "binding" : {
      "type" : "property",
      "name" : "camunda:topic"
    }
  }, {
    "value" : "",
    "label" : "content",
    "type" : "String",
    "editable" : true,
    "binding" : {
      "type" : "camunda:inputParameter",
      "name" : "content"
    },
    "constraints" : {
      "notEmpty" : false
    }
  }, {
    "value" : "",
    "label" : "key",
    "type" : "String",
    "editable" : true,
    "binding" : {
      "type" : "camunda:inputParameter",
      "name" : "key"
    },
    "constraints" : {
      "notEmpty" : false
    }
  }, {
    "value" : "textResult",
    "label" : "text",
    "type" : "String",
    "binding" : {
      "type" : "camunda:outputParameter",
      "source" : "${text}"
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy