Workflow automation

    Workflow automation that stays safe under change

    Most automation fails on exceptions. Process Designer models them: approval gates, exception paths, and evidence artifacts produced during work—so you can automate without losing governance.

    No credit card required. Switch to a paid plan any time.

    Evidence artifact ledger

    Evidence is not a screenshot. Evidence is a structured record you can query: approvals, exceptions, versions, and proof links.

    Ledger rows

    Queryable proof objects

    approval_record

    id=A-1042ok

    approver=RiskOps · threshold=25k · rationale captured

    exception_record

    id=E-211needs review

    code=MISSING_FIELD · owner=FinanceOps · SLA=24h

    version_log

    id=V-19ok

    workflow v1.9 · reason=policy update · impact=gate added

    evidence_attachment

    id=P-77ok

    uri=…/proof.pdf · checksum=sha256 · classification=internal

    Why this matters

    Audits become queries

    No archaeology in chat logs.

    Dashboards are real

    Completeness and drift are measurable.

    Exceptions are owned

    Routing + SLAs prevent silent drift.

    Pattern

    Define evidence artifacts at the same time you define approval gates. If a gate exists without a record, audits will fail.

    Definition

    Automate workflows with approval gates, exception paths, and audit-ready evidence artifacts. Reduce rework without losing control.

    Impact

    Results teams are seeing

    Fewer retries

    via explicit exception paths

    Stop rework loops

    Clear gates

    by threshold and role

    SoD-friendly

    Evidence

    captured automatically

    Not reconstructed

    Capabilities

    What you can do with Process Designer

    Approval gates as a workflow primitive

    Approvals aren’t an add-on: they are modeled steps with policy context, thresholds, and audit trails.

    Exception paths that match reality

    Define what happens when data is missing, policies conflict, or risk thresholds are exceeded—without sending work to Slack.

    Evidence artifacts you can query

    Every decision produces structured records you can aggregate: who approved, why, and what evidence was attached.

    HEIDI prompts decisions consistently

    Teams don’t need to remember edge cases—HEIDI guides runs, prompts for approvals, and captures rationale.

    How it works

    From chaos to clarity in 4 steps

    1

    Design your happy path

    Model the baseline steps and required inputs.

    2

    Add gates

    Define thresholds and who can approve each decision.

    3

    Add exception paths

    Model the top 5 exceptions that cause rework today.

    4

    Define evidence artifacts

    What proof must exist at each gate (records + attachments)?

    5

    Run + measure

    Track evidence completeness and drift signals to improve.

    Avoid these

    Common mistakes (and how to avoid them)

    Sending exceptions to chat

    You lose auditability and create invisible queues.

    Model exception paths with owners and evidence requirements.

    Using screenshots as the only proof

    Screenshots don’t scale as structured evidence.

    Capture structured evidence records and attach supporting proof when needed.

    Deep dive

    Evidence artifacts: a practical schema

    If you can’t query proof, you can’t scale compliance.

    Define evidence artifacts as objects, not attachments:

    ArtifactExample fieldsProduced when
    approval_recordapprover_id, role, timestamp, policy_ref, decision, rationaleapproval gate
    exception_recordexception_code, owner, timestamp, mitigation, linked_approvalexception path
    version_logworkflow_version, changed_by, reason, impact_summarypublish/update
    evidence_attachmenturi, checksum, classification, timestampcapture proof

    This makes audits and dashboards queries, not archaeology.

    Starter templates (high-impact workflows)

    • Access requests (privileged approvals + evidence)
    • Refunds and exception handling
    • Month-end close (threshold approvals + evidence ledger)
    • Incident response (DORA-style evidence trails)