appTrigger element

Type: appTrigger
Namespace: (default namespace)
XML Schema: ns0.xsd

Application Trigger model class. It is used for triggering a control flow based on a given protocol (e.g. SIP), a method (e.g. INVITE, REGISTER, SUBSCRIBE, etc.), and a given application (optional, not used, reserved for future) in a given change set.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <appTrigger> <csrfToken>...</csrfToken> <id>...</id> <changeSetId>...</changeSetId> <controlFlowPid>...</controlFlowPid> <application>...</application> <protocol>...</protocol> <method>...</method> </appTrigger>