Search K
Appearance
Appearance
Capture integrates natively with MinuteView Workflows, creating powerful combinations of automation and human decision-making. This integration enables sophisticated processes that pause for human review at critical points, then continue automatically based on the outcome.
Strengths:
Limitations:
Strengths:
Limitations:
Capture + Workflows:
Most common pattern:
Workflow Start
↓
Automated Steps
↓
Create Capture
↓
[PAUSE - Human Review]
↓
Human Decision (Approve/Reject)
↓
Workflow Continues
↓
Different paths based on decisionExample: Automated PDF generation → Human review → Publish or rework
User-initiated with automation:
User Creates Capture
↓
User Submits
↓
Workflow Triggered
↓
Automated ProcessingExample: User submits transmittal → Automated distribution workflow
Automation ending with human review:
Workflow Start
↓
Automated Processing
↓
Create Capture
↓
[PAUSE - Human Review]
↓
Human Decision
↓
End (or simple notification)Example: Automated compliance check → Human validation → Record decision
Event Handlers section:
Each event can trigger different workflows
Create Capture Node:
Wait for Capture Completion:
Check Capture Outcome:
From workflow to capture:
Example:
Workflow creates capture:
- Title: Generated from workflow variable
- Project: From workflow input
- Artifacts: Files processed by workflow
- Reviewer: Assigned based on workflow logicRequired:
Optional:
From capture to workflow:
Example:
On Approve workflow receives:
- Decision: Approved
- Reviewer: John Smith
- Review Date: 2024-01-15
- Comments: "Approved with minor suggestions"
- Artifacts: List of reviewed filesDecision Nodes:
If Capture.Decision == "Approved"
→ Path A: Publish workflow
Else
→ Path B: Rework notificationData Mapping:
Email Subject: "Capture {{Capture.Name}} {{Capture.Decision}}"
Email Body: "Reviewer: {{Capture.Reviewer}}\nComments: {{Capture.Comments}}"Workflow:
1. File checked into Vault (trigger)
2. Workflow starts automatically
3. Generate PDF from DWG
4. Run automated quality checks
5. Create Capture for engineering review
- Template: "Drawing Release Review"
- Artifacts: DWG + PDF
- Reviewer: Engineering Manager
6. [PAUSE] - Wait for review
7. If APPROVED:
a. Update file state to "Released"
b. Publish PDF to document control
c. Send notification to project team
d. Index in Mesh
8. If REJECTED:
a. Revert file state
b. Create task for designer
c. Send rejection email with feedback
9. End workflowWorkflow:
1. User creates Capture
- Template: "External Transmittal"
- Selects documents from Mesh
- Fills in recipient, due date, etc.
2. User submits
3. On Submit workflow triggers:
a. Validate all documents current
b. Generate transmittal cover sheet
c. Create transmittal package (ZIP)
d. Upload to secure portal
e. Email recipient with link
f. Log transmittal in register
g. Create calendar reminder for follow-up
4. End workflowWorkflow:
1. Design complete (trigger)
2. Create Capture for Technical Review
- Reviewer: Technical Lead
3. [PAUSE] - Technical review
4. If APPROVED:
a. Create Capture for Management Review
- Reviewer: Project Manager
b. [PAUSE] - Management review
c. If APPROVED:
- Publish design
- Update all file states
- Send approvals to team
d. If REJECTED (Management):
- Return to designer
5. If REJECTED (Technical):
- Return to designer
- Skip management reviewWorkflow logic determines reviewer:
If Project == "Project A"
Assign to: Reviewer A
Else If Project == "Project B"
Assign to: Reviewer B
Else
Assign to: Default ReviewerOnly create capture if needed:
Run automated compliance check
If compliance score < 95%
→ Create Capture for human review
Else
→ Proceed automatically (no review needed)Multiple captures created simultaneously:
Create Capture for Technical Review (Reviewer: Engineer)
Create Capture for Quality Review (Reviewer: QA)
Wait for both to complete
If BOTH approved
→ Proceed
Else
→ Return for reworkTime-based escalation:
Create Capture
Wait 3 days
If not completed
→ Send reminder
Wait 2 more days
If still not completed
→ Escalate to manager
→ Create urgent Capture for managerIn capture interface, show:
Example Display:
Workflow: Drawing Release Process
Step: Engineering Review (Step 5 of 9)
On Approve: File will be released and published
On Reject: File returns to designer
Due: 2 daysIf workflow fails after Capture approved:
Prevention:
If Capture becomes stale during workflow:
Prevention:
Workflow + Capture metrics:
Use data to:
Check:
Check:
Check:
Learn more about related topics: