Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
index
ScheduleSourceWorkflowTarget
Interface ScheduleSourceWorkflowTarget
interface
ScheduleSourceWorkflowTarget
{
initialState
?:
unknown
;
inputData
?:
unknown
;
requestContext
?:
Record
<
string
,
unknown
>
;
type
:
"workflow"
;
workflowId
:
string
;
}
Index
Properties
initial
State?
input
Data?
request
Context?
type
workflow
Id
Properties
Optional
Readonly
initial
State
initialState
?:
unknown
Optional
Readonly
input
Data
inputData
?:
unknown
Optional
Readonly
request
Context
requestContext
?:
Record
<
string
,
unknown
>
Readonly
type
type
:
"workflow"
Readonly
workflow
Id
workflowId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initial
State
input
Data
request
Context
type
workflow
Id
Documentation
GitHub
Anchorage API reference
Loading...