pynenc.models.call_dto

Module Contents

Classes

CallDTO

Data transfer object for a task call.

API

class pynenc.models.call_dto.CallDTO[source]

Data transfer object for a task call.

Serialized arguments may contain either inline serialized values or ClientDataStore reference keys (decided by the state backend during upsert_invocations).

Parameters:
  • call_id (CallId) – Structured identifier for the call (task_id + args_id)

  • serialized_arguments (dict[str, str]) – Argument name → serialized value

call_id: pynenc.identifiers.call_id.CallId

None

serialized_arguments: dict[str, str]

‘field(…)’