Custom workflow participants

We can define custom workflow participants with JavaScript code.

A user-defined workflow participant is a custom participant type. To implement a custom participant or a custom recipient in the case of a mail node, we must create an object of type Participant.

Parent topic: Workflow participants