EIGENN.
docsguidesapichangelogpricingsign in
EIGENN.

Workflows

Build, validate, deploy, run, and manage finance automations in the visual Workflow Studio.

Workflows turn repeatable finance operations into connected triggers, actions, decisions, delays, and human checkpoints. The web app includes a workflow library, a visual editor, validation and deployment controls, manual test runs, execution history, and AI-assisted editing.

Availability and Access

The Workflows feature requires an authenticated team workspace on Starter or higher.

PlanConfigured workflow entitlement
FreeWorkflows unavailable
Starter3 workflows
ProUnlimited workflows
EnterpriseUnlimited workflows

The current Create Workflow screen is protected by plan and role checks, but it does not show remaining workflow quota or a pre-submit limit check. If the number your workspace can create differs from the configured entitlement, use the workspace’s current billing state and support guidance as the authority.

The primary navigation gate is owner-facing:

  • workspace owners on Starter or higher can open Workflows from the sidebar;
  • members and viewers can see a locked entry even though the underlying workflow service has narrower namespace permissions for them;
  • billing write restrictions can block create, edit, deploy, run, resume, cancel, and delete actions even when read access still works.

The workflow service applies this namespace matrix:

RolePayment Follow-upPromise to PaySettlement
Ownerread, create, edit, deploy, and deleteread, create, edit, deploy, and deletefull definition access
Memberread, create, edit, and deploy; no deleteread, create, edit, and deploy; no deleteno definition access
Viewerread onlyread onlyno definition access

Because the web navigation itself requires an owner, use an owner account for the supported browser workflow. A non-owner opening a direct page can encounter a locked navigation item or a permission error even when the underlying service would otherwise grant read access.

Open Workflows

Choose Workflows in the primary sidebar. The section has two secondary tabs:

  • Workflows for definitions, status, and editing
  • Executions for run history

Workflow Pauses is available from a run’s Execution Details → View All Pauses action. It is not a third secondary tab.

Understand the Workflow Library

The Workflows page summarizes:

  • Total Workflows,
  • Active definitions,
  • Inactive definitions, and
  • Automation Nodes across the definitions loaded for the page.

Use Search workflows... to match a name, description, or namespace. The filter control can narrow by namespace and active state. The table shows Workflow, Namespace, Status, Nodes, Version, Updated, and Actions.

The page requests at most 100 definitions. Search runs against that loaded set in the browser; it is not an unlimited workspace-wide search.

From a workflow row you can:

  • choose Edit to open Workflow Studio,
  • choose Activate or Deactivate,
  • choose View Details, or
  • choose Delete.

Delete requires confirmation, is owner-only, and cannot be undone from the web app.

Create a Workflow

  1. Open Workflows.
  2. Choose Create Workflow.
  3. Enter a required Name.
  4. Choose a Namespace:
    • Payment Follow-up for receivables follow-up,
    • Promise to Pay for payment-promise operations, or
    • Settlement for settlement negotiation.
  5. Add an optional Description.
  6. Choose Create workflow.

The new definition starts inactive at version 1 and opens in Workflow Studio. It contains one Trigger block at the starting position. That trigger defaults to Invoice Overdue; select it and change the configuration when the workflow should start another way.

The namespace cannot be changed after creation through the current update service. Choose it deliberately.

Build in Workflow Studio

Workflow Studio has a canvas, a resizable right panel, an optional console, and three panel modes:

  • Library lists blocks that can be clicked or dragged onto the canvas.
  • Editor configures the selected block, including its name, description, enabled state, and block-specific inputs.
  • Copilot can explain the open definition, inspect history, and propose edits.

Connect a source handle on one block to the target handle on the next. Select blocks or edges to move, configure, duplicate, disable, or delete them. Deleting a block also removes edges attached to it.

The current Library exposes these blocks:

GroupBlocks
TriggersTrigger
CommunicationsSend Email, Send SMS, Notify Team
Finance actionsApply Late Fee, Escalate
General actionAction
Flow controlDecision, Router, Loop, Parallel, Subflow, Wait, Pause, End

Other registered block types are intentionally hidden from the current Library. Do not assume that a registered or API-level type can be added through the web editor.

Canvas controls and shortcuts

The canvas supports pan, zoom, partial selection, dragging, connection handles, undo, redo, and fit-to-view. Useful shortcuts are:

ActionmacOSWindows or Linux
Save nowCommand+SControl+S
Run or stopCommand+EnterControl+Enter
UndoCommand+ZControl+Z
RedoCommand+Shift+ZControl+Shift+Z
Duplicate selected blockCommand+Shift+DControl+Shift+D
Delete selectionDelete or BackspaceDelete or Backspace
Fit to viewCommand+Shift+FControl+Shift+F
Auto-layoutShift+LShift+L
Clear consoleCommand+DControl+D

Shortcuts that change the canvas are suppressed while focus is inside most editable fields.

Use AI-Assisted Editing

Choose the sparkle icon in the editor header to open Generate with AI. A successful wand request applies its validated proposal immediately as one undoable change.

Open the Copilot panel for a conversational workflow. Copilot proposals are not applied by the server. Review the latest proposal, then explicitly accept or reject it. An accepted proposal is also one undoable document replacement.

AI requests can fail because of connectivity or assistant rate limits. Always inspect the resulting blocks, connections, and configuration before deployment.

Autosave and Version Behavior

Every document edit marks the workflow dirty. The editor waits 1.5 seconds, then saves the definition and canvas positions. The header reports:

  • Saved,
  • Unsaved changes,
  • Saving…, or
  • Save failed.

Command+S or Control+S bypasses the debounce. Running and deploying also request an immediate save first. Leaving the editor attempts to flush pending work, but a browser or network failure can still prevent persistence; do not leave while Save failed is visible.

Generic editor autosaves deliberately keep the current version, and the activation action only changes active state. The displayed version therefore does not increment for normal canvas edits or for activate/deactivate in the current web flow.

Validate and Deploy

Choose Deploy to open the deployment sheet. Expand Validation to inspect structural and configuration checks.

Deployment is blocked by errors such as:

  • no trigger,
  • orphaned or disconnected blocks,
  • a cycle,
  • a decision branch or router route without a mapped edge,
  • an edge that references a missing block, or
  • a required block setting that is invalid.

Warnings such as a missing terminal block, multiple triggers, or unreachable blocks are shown but do not block deployment by themselves.

Choose Deploy in the sheet to activate a draft. Activation is the shipped publish operation: it saves first, validates again on the server, and sets the definition active. There is no separate deployment artifact or environment selection wired into this page.

The same editor action toggles an already published workflow back to inactive. In that state the sheet labels the button Deployed, but selecting it calls the unpublish operation. For a clearer deactivation action, use the workflow’s actions menu and choose Deactivate.

Run and Stop a Workflow

The Run button is disabled until the workflow is active. A manual run:

  1. saves current editor changes,
  2. queues a run with trigger type manual and an empty trigger-data object,
  3. opens the console, and
  4. overlays live step state on the canvas when realtime data is available.

While that editor-tracked run is active, Run becomes Stop. Stop calls the execution-cancel operation. The web Run action does not ask for trigger data and does not send an idempotency key, so do not double-click or use it as a substitute for testing an event-specific payload.

Editing an active definition changes the stored definition immediately. A waiting execution is resumed against the current active definition, and deactivating a definition causes a resume attempt to be skipped. Before a major structural edit, inspect Executions for waiting runs and decide how they should be handled.

Verify a Deployment

  1. Confirm the header badge says Published and the save indicator says Saved.
  2. For a safe first test, use a Manual trigger and a no-side-effect path ending in End.
  3. Choose Run once.
  4. Watch the console and canvas overlay.
  5. Open Workflows → Executions.
  6. Open the new run and confirm its status, steps, trigger data, context, and result.

An Active badge proves eligibility to run; it does not prove that an event trigger fired or that an execution completed.

Troubleshooting

Workflows is locked

Confirm that the workspace is on Starter or higher and that you are a workspace owner. A billing write restriction can also leave reads available while blocking changes.

Create workflow fails for Settlement

Settlement is owner-only. Members and viewers are restricted to the Payment Follow-up and Promise to Pay namespaces.

Deploy is disabled

Expand Validation and correct every failed check. Warnings alone do not block deployment.

The editor says Save failed

Keep the page open, restore network access, make a small change, or use Command+S or Control+S to retry. Confirm Saved before running or leaving.

Run is disabled

The workflow is a draft or inactive. Deploy it successfully before a manual run.

A published workflow changed while a run was waiting

The resume worker loads the current definition, not a user-visible immutable deployment snapshot. Inspect the waiting execution and the edited node IDs before resuming.

The version did not change after editing or deployment

That is current generic-editor behavior. Autosave and activation do not bump the displayed version.

Related Docs

  • Build Your First Workflow
  • Workflow Executions
  • Workflow Pauses
  • Monitor and Recover Workflows
  • Assistant Automation
  • Weekly Finance Ritual

Workflow Pauses

Configure human checkpoints, review pending actions, understand pause states, and verify resume or cancellation outcomes.

Workspace Inbox and Approvals

Capture receipts and invoices, reconcile them with transactions, and review assistant-proposed actions from one shared workspace.

On this page

Availability and AccessOpen WorkflowsUnderstand the Workflow LibraryCreate a WorkflowBuild in Workflow StudioCanvas controls and shortcutsUse AI-Assisted EditingAutosave and Version BehaviorValidate and DeployRun and Stop a WorkflowVerify a DeploymentTroubleshootingWorkflows is lockedCreate workflow fails for SettlementDeploy is disabledThe editor says Save failedRun is disabledA published workflow changed while a run was waitingThe version did not change after editing or deploymentRelated Docs

Eigenn docs

current product

Overview
Overview
OverviewAccount PreferencesAssistant AutomationAssistant Command CenterBank ConnectionsBilling and UsageBudgets and ForecastCommand CenterCustomer LifecycleCustomer RecordsCustomersDeveloper PlatformDocument Processing and ExtractionDocument VaultFinancial Analytics and ReportsFinancial OverviewInvoice InsightsInvoice ProductsInvoicesMarketplace IntegrationsNotifications and BrandingOnboarding and SupportOverviewReceivablesReceivables AnalyticsReceivables ControlsSecurity and AccessSettings OverviewStress TestsTeams and OrganizationsTone Profiles and ExperimentsTransaction Categories and RulesTransactionsWeekly Finance RitualWorkflow ExecutionsWorkflow PausesWorkflowsWorkspace Inbox and Approvals
OverviewBuild and Review a ForecastBuild Your First WorkflowConfigure Assistant OperationsConfigure Notifications and BrandingConfigure Receivables ControlsConnect Transaction RecordsCreate and Manage CustomersCreate and Send InvoicesDeveloper API SetupFirst Cash ReviewInvoice Collection WorkflowMaintain Transaction RulesManage Security and BillingManage Team AccessManage the Invoice LifecycleMCP WorkflowsMonitor and Recover WorkflowsOrganize and Share DocumentsProcess Inbox ItemsReconcile and Categorize TransactionsReview a Customer Finance RecordRun a Finance Operating ReviewRun a Receivables Tone ExperimentRun a Runway Stress TestRun Your First Command Center ReviewSet Up a WorkspaceTroubleshoot Account AccessWebhook DeliveryWeekly CFO Review
OverviewIntegrationsMCPSDKsWebhooks
OverviewAuthenticationBank Accounts APICustomers APIErrorsForecasts and Stress Tests APIInvoice Payments APIInvoices APIPaginationRate LimitsTransactions APIWebhooks API StatusWorkflows API Status
Overview
Overview