Multi-Workflow Engine
Last updated
Share document references between independent policies/instances using global topics.
Let other policies listen to those topics and process incoming references in their own branches.
Keep processing predictable: only events that match configured type/schema/filters are routed and executed.
Where to add the blocks
Open Policy Configurator
Add Global Events Writer and Global Events Reader to the policy flow

Get complete information about the blocks: Global Events Writer Block and Global Events Reader Block
Reader/Writer do not work in Dry Run (block UI/pages are not shown and logic is not executed)
Publish the policy so configuration is applied in a real run.
In the running policy UI, open the Reader/Writer block page (streams/topics management)
User can:
Add a global topic
Create a global topic
Toggle Active ON/OFF
ON = Writer publishes / Reader reads & processes
OFF = Writer skips / Reader ignores
Delete a topic/stream
Document type by topic

User can set filter fields/values for a topic
Filters are applied only if:
document type is VC
Admin configured a schema for the target branch

A branch is executed only if the incoming event passes all checks:
document type matches (if configured)
schema validation passes (if configured)
field filters match (only if enabled and applicable)

Last updated