Skip to main content

task/created

Pushed to the task initiator + invited participants after the TM accepts via the task/create wire callback and the task transitions from waiting to active. Carries the full Task row (matching task/closed’s shape) so subscribers don’t need a second read to discover the post-transition state.

Params

task
object
The task field.

Example

{
  "jsonrpc": "2.0",
  "method": "task/created",
  "params": { ... }
}