Skip to content

ACTIVE UI

The Activate view is a view mode where Batch information that has been deployed from the Config view and is in actual operational status can be checked.
In this view mode, in addition to checking the currently running Batch configuration, it includes Batch operation management functions such as toggling scheduling activation status, manual execution, manual termination, and viewing execution history.

1. Batch list

Alt text

No.NameExplanation
1NameThe user-defined identifier for the Batch.
2CRONThe CRON expression applied for Batch scheduling.
3CRON DescriptionAn explanation for the CRON expression that is inputted by the user.
4Last Execute Start DateThe start time of the last execution in the most recently created/modified Deploy version.
5Last Execute End DateThe end time of the last execution in the most recently created/modified Deploy version.
6Last Execute StatusThe status of the last execution in the most recently created/modified Deploy version.
7DescriptionA user-provided description of the Batch.
8Scheduling Active StatusIndicates whether scheduling is active.
9Allow Overlap ExecuteIndicates whether overlapping executions are allowed.
10Result MessageThe result message from the last execution of the most recently created/modified Deploy version.
11Last ModifierThe person who last modified the Batch.
12Config ViewSwitches the View mode to Config View.
13Deploy HistoryOpens a popup displaying the Batch Service Deploy history.
14Enable/Disable Scheduling Active StatusChanges the Scheduling Active Status for the selected Batch based on the Activate view level.
15Manual ExecuteExecutes the selected Batch manually.

2. Batch Execution history

In Activate view mode, it allows to view Step information under the selected Batch or check execution of Batch with Tab .

Alt text

No.NameExplanation
1Execution HistoryThe Batch execution history tab in the Step section of Activate view mode.
2Generation TimeThe time when the Batch task was created.
3Execution TimeThe time when the Batch task started.
4Ending TimeThe time when the Batch task ended.
5StatusIt shows the status of the relevant Batch task.
- Running: The task is currently running.
- Finish: The task has completed successfully.
- Fail: The task failed due to an error.
- Denied: The task was denied due to overlap prevention.
- Stopped: The status was manually stopped by the user.
6Error MessageProvides the reason for failure if the task was not successful.
7All Stop RunningStops all executions of the Batch. If the Batch is not running, an error will be returned.
8Stop RunningStops the selected execution.

3. Step Execution history

If click on the specific executing history of Batch, can check execution history of step under Batch that was executed in relevant execution.

Alt text

No.NameExplanation
1Step NameDisplays the name of the Step executed in the history.
2Generation TimeIndicates time when the Step task was created.
3Execution TimeIndicates the time when the Step task started.
4Ending TimeIndicates the time when the Step task ended.
5StatusIndicates the current status of the selected Step.
- Running: The task is currently in progress.
- Finish: The task has completed successfully.
- Fail: The task failed due to an error.
- Denied: The task was denied due to overlap prevention.
- Stopped: The status was manually stopped by the user.
6Error MessageIndicates the reason for failure if the task execution is unsuccessful.