Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/services/workflow-automation-service
WorkflowContext
Interface WorkflowContext
Контекст выполнения workflow
interface
WorkflowContext
{
analysisResults
:
Record
<
string
,
any
>
;
intermediateFiles
:
Record
<
string
,
string
>
;
params
:
WorkflowParams
;
progressCallback
?:
(
progress
:
number
,
step
:
string
)
=>
void
;
tempDirectory
:
string
;
timelineData
:
any
;
workflowId
:
string
;
}
Index
Properties
analysis
Results
intermediate
Files
params
progress
Callback?
temp
Directory
timeline
Data
workflow
Id
Properties
analysis
Results
analysisResults
:
Record
<
string
,
any
>
intermediate
Files
intermediateFiles
:
Record
<
string
,
string
>
params
params
:
WorkflowParams
Optional
progress
Callback
progressCallback
?:
(
progress
:
number
,
step
:
string
)
=>
void
temp
Directory
tempDirectory
:
string
timeline
Data
timelineData
:
any
workflow
Id
workflowId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
analysis
Results
intermediate
Files
params
progress
Callback
temp
Directory
timeline
Data
workflow
Id
Timeline Studio API Documentation - v0.26.0
Loading...
Контекст выполнения workflow