@oneblink/sdk-core
Preparing search index...
SubmissionTypes
NewFormSubmissionWorkflowEvent
Type Alias NewFormSubmissionWorkflowEvent
NewFormSubmissionWorkflowEvent
:
{
error
?:
string
;
event
:
FormWorkflowEvent
|
FormSchedulingEvent
;
finishedAt
?:
string
;
formId
:
number
;
startedAt
?:
string
;
status
:
"QUEUED"
|
"STARTED"
|
"FAILED"
|
"SUCCEEDED"
;
}
&
(
|
{
stage
:
"SCHEDULING"
|
"SUBMISSION"
|
"APPROVAL"
|
"REPLAY"
|
"RETRY"
;
submissionId
:
string
;
}
|
{
draftId
:
string
;
stage
:
"DRAFT"
}
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@oneblink/sdk-core
Loading...