Closed johipsum closed 6 years ago
We need to save the step-scheduling-configuration separately and not as a part of configParams. configParams should only hold information about the step payload. Scheduling-configuration should be part of scheduling
configParams
scheduling
{ ..., configParams: [{ ... }, { ... }], scheduling: { startDatetime: <ISODateString>, interval: <Number>, intervalType: <MINUTES || HOURS || DAYS> } }
Besides that we need to enhance the flow object with the triggerType parameter. triggerType can be
triggerType
MANUAL
AUTOMATIC
SCHEDULED
flow
startDatetime
related to https://github.com/kreuzwerker/DKT.flows/issues/60
We need to save the step-scheduling-configuration separately and not as a part of
configParams
.configParams
should only hold information about the step payload. Scheduling-configuration should be part ofscheduling
Besides that we need to enhance the flow object with the
triggerType
parameter.triggerType
can beMANUAL
(default),AUTOMATIC
andSCHEDULED
Tasks:
configParams
toscheduling
triggerType
to toflow
startDatetime