Introduction

Interacting with workflows in Vince Live can be done from two different perspectives, namely

Management

Where you create, maintain, update and delete workflows.

Execution

Where you run, check status, return data, list results, etc on workflows

Workflow Name vs Alias

All workflows has both a workflowName and workflowAlias . The name is immutable, but the alias is not.

That means the first time, you create a workflow, both of these properties are the set to the same value.

If you rename a workflow, only the alias is changed (and displayed in UI).

<aside> ℹ️ Please consider using workflowAlias as the de-facto name of the workflow when integrating with the workflow endpoints.

</aside>

API Versions

Currently there are two different API versions.

The old version is eventually going to be deprecated, so for any new development, use the v1 endpoints.

Old version