post https://api.airops.com/public_api/airops_apps//async_execute_definition
This endpoint allows you to execute a workflow definition asynchronously. You can use this endpoint to execute a workflow definition and get the execution id to check the status of the execution.
Preconditions: the app must be published.
Executions created through this endpoint will be queued and executed at your workspace's capacity.
If you want to execute a workflow definition immediately, use the execute_definition endpoint.