Financial services
Financial services workflows usually prioritize intake control, source evidence, exception handling, and audit-ready outputs.Example: covenant exception workflow
- Start when a credit agreement or amendment is imported into a lending Vault.
- Wait for processing and table extraction.
- Run default tags for borrower, facility amount, dates, governing law, and key covenants.
- Apply a covenant playbook.
- Use
calculate_valuesto compare extracted thresholds against policy limits. - Use
reconcile_datato flag breaks between agreement text, tables, and accepted policy outputs. - Request approval from legal or credit risk for exceptions.
- Send a report with source passages, table references, and reviewer decisions.
Legal teams
Legal workflows usually focus on review consistency, negotiation guidance, clause risk, publication, and reusable work product.Example: legal playbook review
- Start manually from Vault or after document processing.
- Confirm the document type and processing status.
- Apply the correct playbook for the agreement type.
- Extract parties, dates, governing law, assignment, termination, liability, confidentiality, and data protection fields.
- Use chained tags to connect extracted parties to obligations and rights.
- Route red flags to a reviewer.
- Generate a report or Word artifact for the matter file.
- Publish to Legislate after validation if the document should become part of the archive.
Risk advisory
Risk advisory workflows usually combine document review, sampling, evidence, and exception reporting.Example: third-party risk workflow
- Start from an intake form or provider import.
- Upload questionnaires, contracts, security reports, or policies to Vault.
- Wait for processing and run default tags.
- Extract entities such as supplier, parent company, locations, systems, and services.
- Enrich supplier context where configured.
- Apply a risk playbook or decision policy matrix.
- Create or update a supplier risk record.
- Request approval for high-risk findings.
- Send a final report and retain source evidence.
Procurement
Procurement workflows usually prioritize supplier intake, obligation extraction, renewal visibility, approval routing, and integration with source systems.Example: renewal monitoring workflow
- Run on a schedule against a procurement Vault or contract record schema.
- Look up contracts with renewal, expiry, or notice dates within the review window.
- Confirm dates against validated Vault tags or record evidence.
- Create alerts for owners.
- Send a report to procurement and legal stakeholders.
- Update records when decisions are made.
Design guidance
Before building any workflow, define:- The business event that should trigger it.
- The Vault, provider, document type, or record scope.
- The human decisions that require approval.
- The extracted tags, tables, entities, or records that downstream steps depend on.
- The expected output: alert, report, record, email, Legislate publication, external submission, or all of these.
- The run history details needed for audit and debugging.