Create a Workflow

Async vs. Sync

You have the option to create (launch) a workflow synchronously or asynchronously (as a job). For workflows that contain files, we highly recommend utilizing our asynchronous route for creating the workflow and then polling for changes. For workflows where polling may not be an option for implementation, then you'll want to utilize the synchronous route.

Creating and Polling with Async

3300

Creating the workflow job.

3227

Poll to check the status of the workflow creation.