Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Event The event module are is used to trigger an event to notify other listener type tasks about some specific event is occursthat occurred. Events are triggered on domain scope and may execute listeners in other processes.

In addition to to the common task properties you can also configure the following properties for an automation task;

Event Name
Name of the event. Event The event name can be set to a plain text value (Ex: Customer.New) or may contain contain a data template expressions to include data from the data model. (Ex: "PaymentComplete.{{Id}}" )

...

Event Data XPath
XPath of event data to be passed to listeners. If set to empty value, root element content is used. You can use the $Input xml XML node variable to access related event data.

Handle Script
Script to handle event result results and take action to continue workflow instance.

If no script is defined, the first action is automatically selected.

...

Events are processed in synchronous behavior behaviour, and if any exception occurs transaction is rollbacked.