Skip to main content
POST
Create a task attempt from a project workflow node

Authorizations

Authorization
string
header
required

Runtime context-key (rctx_*) issued by the Ravi gateway. Required for every non-open scope. Bootstrap the first key with ravi daemon init-admin-key; rotate, derive, and revoke via the ravi context family. Specs: runtime/context-keys, sdk/auth.

Body

application/json
nodeKey
string
required

Workflow node key

project
string
required

Project id or slug

title
string
required

Task title

agent
string

Override project owner agent for dispatch

dispatch
boolean

Dispatch after create using project defaults

instructions
string

Task instructions

priority
string

low|normal|high|urgent

profile
string

Task profile id

session
string

Override project operator session for dispatch

workflow
string

Linked workflow run id (defaults to project focus)

Response

Success — no @Returns schema declared; payload shape is loose.

The response is of type object.