Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/services/workflow-automation-service
WorkflowStep
Interface WorkflowStep
Шаг workflow
interface
WorkflowStep
{
category
:
|
"editing"
|
"analysis"
|
"enhancement"
|
"export"
|
"optimization"
;
dependencies
?:
string
[]
;
description
:
string
;
estimatedDuration
:
number
;
execute
:
(
context
:
WorkflowContext
)
=>
Promise
<
WorkflowStepResult
>
;
id
:
string
;
name
:
string
;
}
Index
Properties
category
dependencies?
description
estimated
Duration
execute
id
name
Properties
category
category
:
"editing"
|
"analysis"
|
"enhancement"
|
"export"
|
"optimization"
Optional
dependencies
dependencies
?:
string
[]
description
description
:
string
estimated
Duration
estimatedDuration
:
number
execute
execute
:
(
context
:
WorkflowContext
)
=>
Promise
<
WorkflowStepResult
>
id
id
:
string
name
name
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
category
dependencies
description
estimated
Duration
execute
id
name
Timeline Studio API Documentation - v0.26.0
Loading...
Шаг workflow