...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
rule sendEventToNodes { select when test test always { raise wrangler event "send_event_to_collection_members" attributes { "domain":"wrangler", "type":"child_creation", "attrs":{ "name":"CreatedBySubscription" } } } } |
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
rule sendEventToNodes { select when test test always { raise wrangler event "send_event_to_collection_members" attributes { "domain":"wrangler", "type":"child_creation", "attrs":{ "name":"CreatedBySubscription" } } } } |
...