The ChannelReceiver retrieves all entities using the corresponding channel from their slot.
| Name | Meaning |
|---|---|
| Type | Type of the job step. |
| Name | Name of the job step that will appear in the job designer |
| Description | Optional description for the job step. |
| MessageStateToSet | Status which gets a read entity. |
| NotificationHandling | This property can be set for NotificationMessages (to notify a recipient of events). There are four parameters that can be selected: ImportAsUsual: Notification messaging is imported as a normal entity. ThrowAway: Notification message is not imported and processed further in the job chain. ForwardToEventAndForget: The FireOnNotificationMessage event is thrown and processed and further actions are called. ForwardToEventAndImport: The FireOnNotificationMessage event is fired and the message becomes as a normal entity. |
| TryLocalizeMessageBox | Redirection of messages in the higher-level node to a sub-node. |