...
Numbered Headings |
---|
start-numbering-with | 1 |
---|
start-numbering-at | h5 |
---|
|
Open TD ConsoleNavigate to Data Workbench > Workflows.Open an existing workflow or create a new one.Select Launch Project Editor.
Code Block |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| _export:
td: database:
workflow_time
timezone: America/Chicago
schedule :
start>: 2022-10-05
daily>: 07:00:00 |
|
Set a Start Date with Start Time
In the following example, the workflow run starts on 2022-10-05 and runs daily at 7:00 a.m.
Numbered Headings |
---|
start-numbering-with | 1 |
---|
start-numbering-at | h5 |
---|
|
Open TD ConsoleNavigate to Data Workbench > Workflows.Open an existing workflow or create a new one.Select Launch Project Editor.
Code Block |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| _export:
td: database:
workflow_time
timezone: America/Chicago
schedule :
start>: 2022-10-05
daily>: 07:00:00 |
|
Set a Start and End Date
Setting an end date can help you to end campaign workflows on a set schedule, so there is no accidental running of a workflow after the completion of a campaign.
...
Numbered Headings |
---|
start-numbering-with | 1 |
---|
start-numbering-at | h5 |
---|
|
Open TD ConsoleNavigate to Data Workbench > Workflows.Open an existing workflow or create a new one.Select Launch Project Editor.
Code Block |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| _export:
td: database:
workflow_time
timezone: America/Los AngelesChicago
schedule:
daily>: 07:00:00
end>: 2022-10-05
schedule:
start>:2022-10-05
Hourly>: 50:15
end>:2022-10-10
|
|
Example 2
In the following example:
- The first schedule starts from 2022-10-05 runs daily at 10:00 am, then daily at 7:00 am until 2022-10-1004.
- The second schedule runs using the following schedule: Starts on 2022-10-05 at 11:30 a.m. and then runs hourly at HH:50:15 until 2022-10-10 23:50:15
- 1st run: 2022-10-05 at 11:30 am
- 2nd run: 2022-10-05 at 11:50:15 am
- 3rd run: 2022-10-05 at 12:50:15 pm
- and so on
Numbered Headings |
---|
start-numbering-with | 1 |
---|
start-numbering-at | h5 |
---|
|
Open TD ConsoleNavigate to Data Workbench > Workflows.Open an existing workflow or create a new one.Select Launch Project Editor.
Code Block |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| _export:
td: database:
workflow_time
timezone: America/Chicago
schedule:
start>: 2022-10-05T10:00:00
daily>: 07:00:00
end>: 2022-10-05
schedule:
start>: 2022-10-05T11:30:00
Hourly>: 50:15
end>: 2022-10-10 |
|