ExportFields:
    | "data"
    | "state"
    | "status"
    | "timeline"
    | "transitions"

Selectable sections of a DurableJobExport. Use with allow (allowlist) or block (blocklist) in ExportOptions to control export size.

  • data — workflow input arguments
  • state — current state (done, response, error, timestamps)
  • status — semaphore value
  • timeline — idempotent operation markers (can be large for complex workflows)
  • transitions — activity execution timestamps (can be large with many cycles)