@valon-technologies/gestalt
Preparing search index...
index
WorkflowExecutionRequest
Interface WorkflowExecutionRequest
interface
WorkflowExecutionRequest
{
providerName
?:
string
;
runId
?:
string
;
target
?:
BoundWorkflowTarget
;
trigger
?:
WorkflowRunTrigger
;
input
?:
Record
<
string
,
JsonInput
>
;
metadata
?:
Record
<
string
,
JsonInput
>
;
createdBySubjectId
?:
string
;
signals
?:
readonly
WorkflowSignal
[]
;
steps
?:
Record
<
string
,
{
inputs
?:
Record
<
string
,
unknown
>
;
outputs
?:
unknown
}
,
>
;
}
Index
Properties
provider
Name?
run
Id?
target?
trigger?
input?
metadata?
created
By
Subject
Id?
signals?
steps?
Properties
Optional
provider
Name
providerName
?:
string
Optional
run
Id
runId
?:
string
Optional
target
target
?:
BoundWorkflowTarget
Optional
trigger
trigger
?:
WorkflowRunTrigger
Optional
input
input
?:
Record
<
string
,
JsonInput
>
Optional
metadata
metadata
?:
Record
<
string
,
JsonInput
>
Optional
created
By
Subject
Id
createdBySubjectId
?:
string
Optional
signals
signals
?:
readonly
WorkflowSignal
[]
Optional
steps
steps
?:
Record
<
string
,
{
inputs
?:
Record
<
string
,
unknown
>
;
outputs
?:
unknown
}
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
provider
Name
run
Id
target
trigger
input
metadata
created
By
Subject
Id
signals
steps
@valon-technologies/gestalt
Loading...