SequenceListener
class SequenceListener implements CaseChangeListener
The sequence-listener looks for CiviCase XML tags with "
Methods
static SequenceListener
singleton(bool $reset = FALSE)
No description
static
mixed
onCaseChange(CaseChangeEvent $event)
Triggers next case activity in sequence if current activity status is updated to type=COMPLETED(See CRM-21598). The adjoining activity is created according to the sequence configured in case type.
SimpleXMLElement|NULL
Details
at line 21
static SequenceListener
singleton(bool $reset = FALSE)
at line 31
static
onCaseChange_static(CaseChangeEvent $event)
at line 45
mixed
onCaseChange(CaseChangeEvent $event)
Triggers next case activity in sequence if current activity status is updated to type=COMPLETED(See CRM-21598). The adjoining activity is created according to the sequence configured in case type.
at line 94
SimpleXMLElement|NULL
getSequenceXml(SimpleXMLElement $xml)
Find the ActivitySet which defines the pipeline.