Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
schedules
ScheduleTickStart
Type Alias ScheduleTickStart
ScheduleTickStart
:
(
input
:
ScheduleTickStartInput
,
)
=>
Promise
<
{
runId
:
string
;
status
?:
string
}
>
The required schedule-aware workflow run-start seam.
Type Declaration
(
input
:
ScheduleTickStartInput
)
:
Promise
<
{
runId
:
string
;
status
?:
string
}
>
Parameters
input
:
ScheduleTickStartInput
Returns
Promise
<
{
runId
:
string
;
status
?:
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...
The required schedule-aware workflow run-start seam.