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
Updated over 3 years ago