You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
8 years ago
|
uuid: b8d1db0c-be8f-47a7-889f-ac710db2e18a
|
||
8 years ago
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
enforced:
|
||
|
module:
|
||
|
- islandora
|
||
8 years ago
|
id: broadcast_content_create_event
|
||
|
label: 'Broadcast Content Create Event'
|
||
8 years ago
|
events:
|
||
|
-
|
||
8 years ago
|
event_name: 'rules_entity_insert:node'
|
||
|
description: 'Broadcasts an AS2 event to a message broker when Content is created.'
|
||
8 years ago
|
tags:
|
||
|
- ''
|
||
|
config_version: '3'
|
||
|
expression:
|
||
|
id: rules_rule
|
||
8 years ago
|
uuid: 40cabb74-fcc7-4498-90f9-3a4ec71b3710
|
||
8 years ago
|
conditions:
|
||
|
id: rules_and
|
||
8 years ago
|
uuid: 8e0d7b29-15f4-448d-b79a-d85ef97d274e
|
||
8 years ago
|
conditions: { }
|
||
|
actions:
|
||
|
id: rules_action_set
|
||
8 years ago
|
uuid: 0f832259-2aa1-45a4-83df-d9e0ff4c7edd
|
||
8 years ago
|
actions:
|
||
|
-
|
||
|
id: rules_action
|
||
8 years ago
|
uuid: 922264b9-3db1-42eb-9e01-e781a58a3695
|
||
8 years ago
|
context_values: { }
|
||
|
context_mapping:
|
||
8 years ago
|
entity: node
|
||
8 years ago
|
user: '@user.current_user_context:current_user'
|
||
|
context_processors: { }
|
||
|
provides_mapping: { }
|
||
|
action_id: islandora_create_event_generator
|
||
|
-
|
||
|
id: rules_action
|
||
8 years ago
|
uuid: 0e953790-c751-4de8-99b3-c729ba1e09e3
|
||
8 years ago
|
context_values:
|
||
8 years ago
|
recipients:
|
||
8 years ago
|
- "activemq:queue:islandora-indexing-fcrepo-create\r"
|
||
8 years ago
|
- 'activemq:queue:islandora-indexing-triplestore'
|
||
8 years ago
|
context_mapping:
|
||
|
message: event_message
|
||
|
context_processors:
|
||
8 years ago
|
recipients:
|
||
8 years ago
|
rules_tokens: { }
|
||
|
provides_mapping: { }
|
||
8 years ago
|
action_id: islandora_broadcast
|