Documents Created During Workflow Execution
Documents are used to initiate workflows, or are created intermediately in between workflow execution. These create bottlenecks in performance due to the constant access.
To address the bottlenecks in performance due to the constant access, the following steps are performed:
- An alternate persisting scheme is used - files are stored to the cache instead of the file system. See Caching and Persisting mlXML Documents for Regular Workflows.
- Also, documents are persisted whenever they are created, in order to provide control over that, settings are provided via the Configurator. See Flags to Control Persistence of Documents.
Copyright © Cloud Software Group, Inc. All rights reserved.