Brief Description
To run the tool on Windows or MacOS simply double click the file ARSExport.jar. On Linux run
java -jar [pathToFile]/ARExport.jar
Toolbar
Login
Opens a login dialog. You can enter and store access informations to one or more AR servers. Login as a administrator is recommended.
Logout
Logout from Action Request Server.
Exit
Quits the application.
Clear Table
Clears the table of imported workflow objects.
Import CSV file
Imports workflow definitions into the table. The table will be cleared before the import.
Prepare a csv-file which contains the following columns:
| Column | Descripton | |
|---|---|---|
| ObjectType | Following object types (case insensitive strings) are supported:
| |
| Name | Name of the workflow object | |
| Comment | Optional: The content of this column will be shown in the table but is not used for any action. |
Further columns will be ignored. A header record is not expected. ARSExport will be interpret it as a data record.
Add Form
Define one or more forms and the direct related workflow objects for export. The selected workflow objects will be added to the table.
Check Availability
Checks the availabilty of all workflow objects defined in the table and sets the availability flag (or not).
Optional check of the last modified date is possible. Objects will be marked as available only if the last modified date is greater than the defined date.
Double entries will be marked as "Duplicate".
Export DEF file
Exports all workflow objects marked as available.






