Workflows automate how Spinoco handles tasks — for example, routing an incoming interaction, assigning it to an agent, and creating a follow-up task.
This guide explains how to manage your Workflows, including creating new and editing existing Workflows.
Create a Workflow
- Go to Workspaces.
- Select the Workflow icon.
- Click the plus icon.

- Complete the following Detail fields.
- Label — the workflow's display name.
- Version — the version number, assigned automatically. New workflows start at 0.0.
- Description — a summary of what the workflow does.
- Max Duration — the maximum time an instance runs before it ends, set in days and hours.
- Concurrency — how many instances can run at the same time.
- Redirect when Terminated — controls whether the task is redirected when the workflow ends.
- Time Zone — the time zone the workflow uses.
- Enable Calendar — turn on the Calendar tab for scheduling.

- Select Script to add custom logic to the workflow. It supports JavaScript. As you type, the editor suggests matching keywords in an autocomplete list; select a suggestion to insert it. A line-number gutter runs down the left side of the editor.

- Select Design to build the workflow's steps. Each step appears as a node, connected in sequence by labeled edges. For more information on configuring nodes, see our Configure and manage Workflow nodes guide.

- Use Calendar to add schedule entries with the plus icon. Note: In order to manage entries within Calendar, Enable Calendar must be set to Yes within the Details tab.

- Click Save Draft to save your changes.

Edit a Workflow
- Go to Workspaces.
- Select the Workflow icon.
- Select the desired workflow from the list.
- Click Edit.
- Make your desired changes.
- Click Save Draft.
