@cpod/sdk - v0.2.7
Preparing search index...
Task
Interface Task
Basic task object (from /tasks list)
interface
Task
{
id
:
string
;
uuid
:
string
;
title
:
string
;
description
:
string
;
expert
:
TaskExpert
;
inputs
:
TaskInputSection
[]
;
task_type
:
string
;
output_type
?:
string
|
null
;
total_steps
?:
number
|
null
;
is_active
:
boolean
;
is_visible
:
boolean
;
subtasks
:
TaskSubtask
[]
;
type
?:
string
;
status
?:
TaskStatus
;
created_at
?:
string
;
updated_at
?:
string
;
}
Hierarchy (
View Summary
)
Task
TaskDetails
Index
Properties
id
uuid
title
description
expert
inputs
task_
type
output_
type?
total_
steps?
is_
active
is_
visible
subtasks
type?
status?
created_
at?
updated_
at?
Properties
id
id
:
string
uuid
uuid
:
string
title
title
:
string
description
description
:
string
expert
expert
:
TaskExpert
inputs
inputs
:
TaskInputSection
[]
task_
type
task_type
:
string
Optional
output_
type
output_type
?:
string
|
null
Optional
total_
steps
total_steps
?:
number
|
null
is_
active
is_active
:
boolean
is_
visible
is_visible
:
boolean
subtasks
subtasks
:
TaskSubtask
[]
Optional
type
type
?:
string
Optional
status
status
?:
TaskStatus
Optional
created_
at
created_at
?:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
uuid
title
description
expert
inputs
task_
type
output_
type
total_
steps
is_
active
is_
visible
subtasks
type
status
created_
at
updated_
at
@cpod/sdk - v0.2.7
Loading...
Basic task object (from /tasks list)