...
| Section |
|---|
| Column |
|---|
| 
|
| Column |
|---|
|
| Expand |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| Enter the name to be assigned to the task within the management console. |
|
| Expand |
|---|
| title | Description: (Optional) |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| Enter a description of what the task will do. |
|
| Expand |
|---|
| title | Script Version: (Optional) |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| The version number of the task. |
|
| Expand |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| This field is used to specify when the task is scheduled to executed. |
|
| Expand |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| This field will determine if the task schedule is enabled (if enabled the task will execute at the scheduled time). |
|
| Expand |
|---|
|
| Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| Specifies how many times the task should be repeated after the task is executed. |
| | Expand |
|---|
| | Panel |
|---|
| borderColor | grey |
|---|
| bgColor | #F8F8F8 |
|---|
| borderStyle | dashed |
|---|
| import com.deepnet.das.services.TokenNotificationService import com.deepnet.das.util.Util if(server && ! InetAddress.getLocalHost().getHostName().equalsIgnoreCase(server)){ setEndMessage("Task execution has been bypassed") return; } Util.getBean("tokenNotificationService", TokenNotificationService.class).sendTokenNotification()
|
|
|
Scheduling the Task
Select the "Enable Schedule" checkbox to ensure the task schedule is activated, then use the pencil icon ("
") to specify the time and frequency settings for automated task execution.
...
A new window will open titled "Execute Task" will then open (the window will be populated with the default task property settings);
Image Removed
Image Added
You can add a description, however, this is optional. Click Ensure the parameter "Execute On Server" contains the computer name of the server the task is to be run on, then click the
button.
...
| title | Click here for more information on manually executing tasks |
|---|
...