Quick start
This section contains information about how to log into the application and what you will see after logging in.
Once you point your browser to http://YOUR_SERVER_IP:3000 you will see the application login page. This page is the first shown to the user when you point your browser to the application.
You should use your Openkm login and password in order to get access to the application:
Main page
Section titled “Main page”This is the first page we will see after logging into the application. The main page of the application contains a table showing every task registered in the system, with its state and possible actions.
The table contains the following information:
| Field | Description |
|---|---|
| Type | On-demand or scheduled |
| Name | Task name |
| State | State of the task. - Stopped: The task is not scheduled in the system and is not running either. - Scheduled: The task is scheduled in the system using a cron expression - Running: The task is running in the system. - Error: Blinking element. Indicates that there is an error in an execution. |
| Processor | Plugin to be executed by the task. Depending on which plugins are configured, this list will vary. |
| Actions | List of actions to operate with this task. - Run: This action launches the task. If it’s periodic it will be scheduled. If it is not periodic, it will be executed only once. - Edit: Change task properties. You can also change the plugin to be executed. A user can only change task properties when a task is Stopped. - Stop: Stop and unschedule the task (if it’s periodic). - Delete: Delete the task. A user can only delete a task when the task is Stopped. - CSV Report: Get a report in CSV format of every execution and execution event between two dates. - View executions: View execution and execution events for each task. See Manage task executions section |