UpdateWorkflowEntitiesReq

Full set of entity payloads for the workflow, keyed by the blueprint's input keys. Same shape as CreateWorkflowReq.data. Must include every entity key the workflow declares — partial updates are rejected with 400 Missing required entity keys.

Each entity's schema is derived from the blueprint's input declarations (spec.inputs[].schemaKey/schemaVersion); callers don't supply schema info on this request.

  • data
    Type: object
    required

    Entity payload, keyed by entity key. Each value is the full data object for that entity — it replaces the existing snapshot. Validated against the schema the blueprint declared for that input key.

    • propertyName
      Type: object