QueuedJob: { args?: ScriptArgs; canceled: boolean; canceled_by?: string; canceled_reason?: string; created_at?: string; created_by?: string; email: string; flow_status?: FlowStatus; id: string; is_flow_step: boolean; job_kind: | "script" | "preview" | "dependencies" | "flowdependencies" | "appdependencies" | "flow" | "flowpreview" | "script_hub" | "identity" | "deploymentcallback" | "singlescriptflow"; language?: | "python3" | "deno" | "go" | "bash" | "powershell" | "postgresql" | "mysql" | "bigquery" | "snowflake" | "mssql" | "graphql" | "nativets" | "bun" | "php"; last_ping?: string; logs?: string; mem_peak?: number; parent_job?: string; permissioned_as: string; priority?: number; raw_code?: string; raw_flow?: FlowValue; running: boolean; schedule_path?: string; scheduled_for?: string; script_hash?: string; script_path?: string; started_at?: string; tag: string; visible_to_owner: boolean; workspace_id?: string; } Type declaration
canceled: boolean
Optional
canceled_by?: string
Optional
canceled_reason?: string
Optional
created_at?: string
Optional
created_by?: string
email: string
Optional
flow_status?: FlowStatus
id: string
is_flow_step: boolean
job_kind:
| "script"
| "preview"
| "dependencies"
| "flowdependencies"
| "appdependencies"
| "flow"
| "flowpreview"
| "script_hub"
| "identity"
| "deploymentcallback"
| "singlescriptflow"
Optional
language?:
| "python3"
| "deno"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "bun"
| "php"
Optional
last_ping?: string
Optional
logs?: string
Optional
mem_peak?: number
Optional
parent_job?: string
permissioned_as: string
Optional
priority?: number
Optional
raw_code?: string
Optional
raw_flow?: FlowValue
running: boolean
Optional
schedule_path?: string
Optional
scheduled_for?: string
Optional
script_hash?: string
Optional
script_path?: string
Optional
started_at?: string
tag: string
visible_to_owner: boolean
Optional
workspace_id?: string
The user (u/userfoo) or group (g/groupfoo) whom the execution of this script will be permissioned_as and by extension its DT_TOKEN.