By the end of this chapter you will be able to:
...
- In the repository, find Task Plans. Right-click on Task Plans to display the pop-up popup menu.
- Select . PhixFlow opens a new task plan settings.
- In Basic Settings, set:
- Name:
Run Customer Details Model
- Enabled: tick
- In the toolbar, click .
- In Tasks, click and from the drop-down men, select Analysis Task. PhixFlow opens a new Analysis Task Details settings tab on the left of the task plan settings tab.
- In the Basic Settings section, set:
- Name:
Run Customer Summary by Region
- Click .
- In the Streams section, click
Insert excerpt |
---|
| _table_list |
---|
| _table_list |
---|
nopanel | true |
---|
|
to list the streams.- On the right, PhixFlow displays the list of streams in the repository.
- Find the stream
Customer Summary by Region
and drag it into the list of streams in the form.
- Click
Insert excerpt |
---|
| _finish |
---|
| _finish |
---|
nopanel | true |
---|
|
to save and close the analysis task details settings.
- Back in the task plan settings, in the Send By Email section, set:
- Email from:
system@PhixFlow.com
Subject Expression:
Code Block |
---|
"Result of Run Customer Details Model at " + now()
|
Message Expression:
Code Block |
---|
"Result of Run Customer Details Model at " + now() + ": Messages: " +
_messages + "; Warnings: " + _warnings + "; Errors: " + _errors |
- In the Notification section, drag the user
Train
(the user you are currently logged in as) into the list of recipients. - In the settings toolbar, click
Insert excerpt |
---|
| _finish |
---|
| _finish |
---|
nopanel | true |
---|
|
. - Right-click on your task plan and select Start. PhixFlow runs the task plan and sends an email to the selected user.
- You will receive another email from the export of the customer summary, and an email with the status of the task plan run.
...
- Double-click your new task plan to open its settings.
- In the Basic Settings section, set Scheduled: tick. PhixFlow displays a Schedule section.
- You need to enter values that will run the task plan 2 or 3 minutes from now.
For day, month and year fields you will use wildcard characters * and ?.
Enter:
- Seconds:
0
- Minutes:
mm
where mm
is 2 or 3 minutes from now. For example, if the time is now 11:41 am, enter 43. - Hours: hh
where hh
is the current hour. For example, if the time is now 11:41 am, enter 11. - Day of Month: *
- Month: *
- Day of Week: ?
- Year: *
- Click
Insert excerpt |
---|
| _finish |
---|
| _finish |
---|
nopanel | true |
---|
|
. - Wait for your task plan to start under its schedule.