Platform Explorer / Nuxeo Platform 6.0

Operation Notification.SendEvent (Send Event)

Description

Send a Nuxeo event.
Operation id Notification.SendEvent
Category Notification
Label Send Event
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.events.operations.FireEvent
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Notification.SendEvent",
  "label" : "Send Event",
  "category" : "Notification",
  "requires" : null,
  "description" : "Send a Nuxeo event.",
  "url" : "Notification.SendEvent",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}