Run workflow
Executes a complete workflow
Authorizations
Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.
Query Parameters
Wether to run the workflow synchronously or not. If the workflow is executed synchronously, the whole execution's output will be returned instead of the execution's ID. Additionally, the request's execution time will be longer, according to the time it takes the workflow to execute. Consider adjusting the action step's timeout configuration accordingly.
If the automation runs synchronously, the amount of seconds until the automation's run will timeout if it did not yet finish executing.
Body
The body is of type object
.
Response
Was this page helpful?