Component Generation of arbitrary event

Table of Contents

Description

Sends an arbitrary event to the system event subscribers (role wssubscr).
If there are corresponding assets event descriptions, they also go into the database.

Table 1. System Characteristics

Index

115

Short title

raise_event

Types of scenarios

All of them

Starter module

r_script_component_raise_event

Mode

Asynchronous

Icon

115

Branching pattern

Branching, closing

Properties

Table 2. Properties
Specification Description

Title: User
Code: user
Visibility: no
Default: — 

The username by which the subscription is filtered.
For role wssubscr, the value is represented as a structure {sipuser, User}.

Title: Event Name
Code: eventname
Visibility: no
Default: — 

Event name containing class and type separated by a period in the format of CLASS_NAME.TYPE_NAME

Title: The Body of the Event
Code: body
Visibility: no
Default: — 

The body of the message to be sent as a JSON structure

Title: Transition
Code: transfer
Visibility: no
Default: — 

The component to which control is passed on successful completion.

Title: Transition, Error
Code: transferError
Visibility: no
Default: — 

The component to which control is passed when an error occurs.

Title: Reason for error to variable
Code: errorReason
Visibility: no
Default: — 

Variable to save the error.

See also