@valon-technologies/gestalt
Preparing search index...
index
SignalOrStartWorkflowProviderRunRequest
Interface SignalOrStartWorkflowProviderRunRequest
interface
SignalOrStartWorkflowProviderRunRequest
{
workflowKey
:
string
;
definitionId
?:
string
;
expectedDefinitionGeneration
?:
number
|
bigint
;
input
?:
object
;
idempotencyKey
?:
string
;
createdBySubjectId
?:
string
;
runAs
?:
SubjectInput
;
signal
?:
WorkflowSignal
;
context
?:
RequestContext
;
}
Index
Properties
workflow
Key
definition
Id?
expected
Definition
Generation?
input?
idempotency
Key?
created
By
Subject
Id?
run
As?
signal?
context?
Properties
workflow
Key
workflowKey
:
string
Optional
definition
Id
definitionId
?:
string
Optional
expected
Definition
Generation
expectedDefinitionGeneration
?:
number
|
bigint
Optional
input
input
?:
object
Optional
idempotency
Key
idempotencyKey
?:
string
Optional
created
By
Subject
Id
createdBySubjectId
?:
string
Optional
run
As
runAs
?:
SubjectInput
Optional
signal
signal
?:
WorkflowSignal
Optional
context
context
?:
RequestContext
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
workflow
Key
definition
Id
expected
Definition
Generation
input
idempotency
Key
created
By
Subject
Id
run
As
signal
context
@valon-technologies/gestalt
Loading...