When designing a journey, the Document Classification module must always be the first documents module, as other modules depend on successful document classification to work properly. There are two ways to group document modules in the journey builder.Documentation Index
Fetch the complete documentation index at: https://docs.go.gbgplc.com/llms.txt
Use this file to discover all available pages before exploring further.
Example 1: Evaluation node after classification moduleÂ
You can use an evaluation node after the classification node, like this:Â
Example 2: Without an evaluation node after the Document Classification moduleÂ
Document modules can be run without an evaluation node first, as described in the previous section. This time, classification runs first, followed by the remaining modules running simultaneously, with evaluation occurring after all modules complete, like this:Â
Best practices for document module groupingÂ
- Start with the Document Classification module. The module scans the submitted document to determine its type and validity.Â
- Add evaluation after Document Classification. You can include an evaluation step after the Document Classification module as a best practice. If a document is classified successfully, then the other modules run.Â
The module arrangements following Document Classification are provided as examples. Choose and order the document modules to best fit your use case.