Inc drawio | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
About “Create Processor”:
The universal typology processor has already been developed and implemented in Actio as a standard feature of the Actio evaluation pipeline (see: Typology Processing)
The typology processor will have a unique ID
The typology processor will have a unique version
Future Enhancement: Currently, the typology processor itself will be updated through a development and change control process to deploy new code. For the Network Map to completely control the routing of a transaction through the pipeline, the typology processor itself should be defined in the Network Map.
Now:
Steps:
Create the typology configuration (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/432636006/Typology+Processing#5.5.-Read-typology-expression)
The typology configuration will include the rule results scoring table: the result for each rule (or each set of the sub-rules), which will be either TRUE or FALSE, must be associated with an integer between 0 and 100
The typology configuration will include the typology expression
If the rule processors for the typology are still to be deployed, the typology configuration could be missing or empty. When the typology processor is called on to execute the typology configuration, the typology processor will identify that no rules are in scope and no expression exists and then automatically complete the typology with a score of 0 (zero).
Connect the typology
Prerequisite: The typology processor must exist and be deployed to the platform.
Prerequisite: A typology must be associated with an existing channel. If the channel for a typology has not yet been created, the channel must be created before the typology can be connected. (There are cascading dependencies for the transaction definition to also exist, though this is a direct prerequisite for the channel.)
Future enhancement: Update the channel configuration (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/539885863/Channel+Aggregation+and+Decisioning#6.4.-Read-channel-configuration)
Optional: The typology may be added to the “proceed” set of typologies in the channel configuration, if “no action” typology result, combined with “no action” typology results from other typologies in the “proceed” set, would trigger a “proceed” instruction to the client system.
Update the Network Map (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/563052560/Channel+Router+and+Setup+Processor#3.1.-Read-Network-Map)
The new typology must be linked to the channel within which it is to be executed by adding the typology to the
transactions.channels.typologies
object under the channel in the Network Map.The new typology must be described in the network map with the following information:
...