API
Workflow
Overview
Workflow
— is a complex business operation that requires two or more data services to be used together. If a workflow is simple enough and used only in one place — it can be defined right in the Rest API action. If not — it should be placed into the ‘workflowName.workflow’ file. A most common workflow example is a signup.workflow
that exposes createUserAccount
function and used when new user signs up or receive an invite.