Versions Compared

Key

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

...

Code Block
languageyaml
pipeline:
  - message.listen:
      key: pipeforce.event.iamworkflow.login#
      
  - mail.send:
      to: admin@company.tld
      subject: A userworkflow hasevent logged-in.
Table of Contents
stylenone

...

happened.

When registering a listener for an event key, also patterns can be used in the event key:

...

For example: pipeforce.event.workflow.# matches all workflow event messages while pipeforce.event.workflow.*.my.app matches only workflow event messages inside the app my.app.

Table of Contents
stylenone

pipeforce.event.app

This topic group forwards all important events related to app management.

...