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

Creating the workflow job.

Poll to check the status of the workflow creation.
Updated over 3 years ago