Skip to main content

ocoya_run_workflow

Runs an Ocoya workflow immediately through the background automation runner.

Arguments

NameTypeRequiredDescription
workflowIdstringYesOcoya workflow ID.
inputobjectNoOptional workflow input payload.

Example

{
  "name": "ocoya_run_workflow",
  "arguments": {
    "workflowId": "cmajvvb9q0003ja5vh0538j6r",
    "input": {}
  }
}

Returns

Returns the workflow ID and whether the run was queued.