DGS Status Router Component
The DGS Status Router component is used to route data items based upon their status for the current custodian. DGS registered data items are output on the channel matching their status. Data items that have not been registered with the DGS for the current custodian are output on the unregistered output channel.
Note: This component requires that Data Governance be enabled to work. If this component is used in a deployment where Data Governance is not enabled, the component will fail to initialize and will generate an audit log telling you that it only works with Data Governance enabled.
Input Channels
data — Receives a PipelineData data item, checks its status within the DGS, and outputs on the appropriate channel based on its status for the current custodian. If the data item is not registered for the current custodian, it is output on the unregistered output channel.
Output Channels
registered —Returns the input PipelineData data item if its status for the current custodian is REGISTERED.
sending — Returns the input PipelineData data item if its status for the current custodian is SENDING.
received —Returns the input PipelineData data item if its status for the current custodian is RECEIVED.
stored —Returns the input PipelineData data item if its status for the current custodian is STORED.
revoked —Returns the input PipelineData data item if its status for the current custodian is REVOKED.
retained —Returns the input PipelineData data item if its status for the current custodian is RETAINED.
deleted —Returns the input PipelineData data item if its status for the current custodian is DELETED.
unregistered —Returns the input PipelineData data item if it hasn’t been registered with the DGS for the current custodian.
Parameters
None