Skip to main content

Quick Start Guide

Get up and running with EW-FLOW in minutes — create a Workspace, build a Process, and deploy your first workflow.

EW-FLOW is a visual workflow platform that lets you design, deploy, and manage automated conversational workflows. You build workflows using a BPMN editor, extend them with installable Modules, and deploy them to Environments that connect to external channels such as chat widgets, phone lines, and Slack.

Create a Workspace

A Workspace is the top-level container that holds all of your Processes, Environments, Sessions, and collaboration settings.

  1. Click Select a workspace in the top-left corner of the platform.
  2. Enter a name for your Workspace and confirm.

Workspace creation dropdown showing the select-a-workspace button

When you create a Workspace, a default Process and a default Environment are generated automatically so you can start experimenting right away.

Create a Process

A Process is a workflow project. Every workflow you build in EW-FLOW lives inside a Process.

  1. Navigate to Process from the sidebar.
  2. Click Add Process in the top-right corner.
  3. Enter a name, an optional description, and choose a template.
  4. Select an Environment to deploy the Process into.

Process page showing the Add Process button

Process creation dialog with name, description, template, and Environment fields

tip

Only the Process Name and Environment are required — everything else is optional.

warning

The number of Processes you can create depends on your Service Plan. See the Pricing page for details.

After creation, a dialog asks whether you want to configure the Environment now or go straight to the BPMN editor.

Install Modules

Modules are installable packages from the Marketplace that add Tasks to your Process — from chat I/O to AI inference to telephony.

  1. Open the Marketplace from the sidebar.
  2. Click Add on the Module you need.
  3. Select the Process to install it into and click Install.

Marketplace page showing available Modules

Module install dialog listing available Processes

info

The default Process ships with some Modules already installed.

Configure the Environment

If a Module requires configuration (API keys, connection strings, etc.), set it up in the Environments page.

  1. Navigate to Environments from the sidebar.
  2. Select the Environment linked to your Process.
  3. Fill in the required configuration fields for each installed Module.
  4. Click Update to save.
tip

The Environment page also displays the URL you use to connect your Process to external APIs and channels.

info

If your Process has multiple Environments, switch between them using the tab bar at the top of the configuration view.

Channels

A Channel is the communication medium your Session runs on. When a user sends a chat message, the Session starts on the Chat Channel. When a phone call comes in, it starts on the AculabVoice Channel.

Your Process diagram is channel-independent — the same workflow can serve chat users, voice callers, and Slack messages. At each Task node, the engine automatically picks the right implementation for the active Channel. If a Task has no channel-specific behavior (e.g., a Switch or a database lookup), it runs its generic logic regardless of Channel.

Deploy your Process

Once your workflow is ready, deploy it so the engine can execute it.

  1. Open your Process in the BPMN editor.
  2. Click Deploy in the top-right toolbar to publish to the selected Environment.
  3. Click Chat to open the test chat panel and interact with your deployed workflow.

The Save button creates a new version without deploying. To see your changes in a running workflow, you must deploy that version.

info

Neither Save nor Deploy is available unless you have made at least one change to the workflow — even moving a Node counts.

Invite collaborators

If other people need to work on your Processes, invite them from the Collaboration page.

  1. Navigate to Collaboration from the sidebar.
  2. Click Add Collaborator.
  3. Enter the collaborator's email and assign a Role.
  4. Send the invitation.
warning

The number of collaborators allowed depends on your Service Plan. See the Pricing page for details.

Next steps

  • Dashboard — view metrics and usage statistics for your Workspace.
  • Process — learn about Process management, versions, and deployments.
  • BPMN Editor — design your workflow visually.
  • Marketplace — browse all available Modules.