Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Joget is capable on all 3 development angles:

  • No-Code
  • Low-Code
  • Pro-Code

, no-code, low-code, and pro-code. Aside from the plethora of elements and templates available in the platform by default, for small/specific customizations there are places where you can insert custom back-end/front-end code into, and for highly customized functionality you can easily extend the Joget platform capabilities via our extensive plugin architecture.

Is the platform better suited to consumer facing products or enterprise tools?

...

There are various angles where you can add customizations to the platform, and for bigger customized functions, you can take advantage of the Joget plugin architecture which provides plenty of integration angles from the form aspect, list, process, UI, and etc.

...

Joget can scale vertically and horizontally via server clustering and containerization.
The specs depends on a wide number of aspects such as concurrent users, processing intensity, database usage, amount of data generated in each app, and so on.

Do see Deployment Guide & Advanced Installation Guide.

Licensing and Installation FAQ

...

An Enterprise user is someone who needs to login to the Joget Workflow platform to use the system.
If a form requires the person to "login" before he/she can use the form, then that person is a user and requires a user license. And the user licensing is based on named user licensing model.

...

The Enterprise Edition comes default with "3 Users free". The "3 users" refer to users who can login to the Joget Workflowplatform.
In the image below, the 3 free users will always be the first three in the user listing (username sorted alphabetically). If So for example, ff user "cat" is deleted, then "david" will be one of the 3 free users. 

If you have applied a trial activation for more than 3 users. Please , please take note that when the trial license expires, it will revert the license back to the 3 free users as define above. Before the trial license expires, it is very important to ensure that the "admin user" is one of these 3 users; or there will not be any user with administrator access to the system.

How do I get my "system key"?

In your Joget Workflow Admin web console (http://localhost/jw/web/login), scroll to the bottom of the screen and click on "License: Joget Workflow v5 Enterprise".

Image Removed

The following window will appear with the system key and license activation form.

Image Removed

Settings page, you can see the system information and license details with a clickable license link that opens a popup to key in your license key. You can find your system key here.

Do see Activate your Joget DX Enterprise License for more info.

Image AddedOr you can read this how-to article, "How to Activate Your Joget Workflow Enterprise License?"

What is the best platform to run Joget

...

? - Linux or Windows? If Linux, do you provide a start/stop script such that if I reboot my server, the service can be auto started?

This one depends on your preference.
If your IT team is comfortable with Linux, then by all means run on Linux. However, you will need to write a start-up script to auto start the server.
As for Windows, you can start the server as a service in order to auto start.

How do I update Joget

...

to the latest minor version release or upgrade Joget to the latest major version?

Do check out our Upgrade Guide.

You can update your Joget by following these steps:

  1. Stop Joget.
  2. Delete "jw" folder, "jwdesigner" folder, "jw.war" & "jwdesigner.war" in your "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps".
  3. Delete "jw" folder, "jwdesigner" folder in your "[Joget Installation Directory]/apache-tomcat-x.x.x/work/Catalina/localhost".
  4. Place the downloaded "jw.war" & "jwdesigner.war" in "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps".
  5. Start Joget.

Note: If the Workflow Designer does not show the correct build number in the window title, you will need to clear the Java Web Start Cache for your client machine.

For Windows :

  1. Goto Control Panel > Java.
  2. In the Java Control Panel, click on the Delete Files button under "Temporary Internet Files", then confirm.

What is stack trace/server and where do I locate them?

...

Go to [Joget installation folder]\apache-tomcat-6x.0x.18xxx\logs and locate the log files.

Or alternatively, you can also directly view the system logs in Joget via the admin bar, do see Web App Log Viewer.

Can Joget

...

Apps be protected from unauthorized copying?

Yes. You can protect the apps you develop on Joget Workflow against unauthorized copying and distribution.
Protected apps will be assigned to a License Holder (owner) and will require an "app license" to activate and use.

For more information, do see App Protection.
App license and protection can be requested from our our License site.

How do I activate a Joget

...

Protected App?

Please refer to this articleHow to Activate Copy-Protected Joget Workflow Apps, Activate Protected App.

How do I monitor the health of my Joget

...

server?

Joget Workflow runs on the Java platform, you can use external tools like VisualVM to monitor the Java VM using tools like VisualVM.

Or, you can also easily monitor your system's performance metrics via the Application Performance Management to view overall system metrics and even as granular as per individual apps.

Why are my process image thumbnails not showing?

The process image generation may have failed, please refer to to this helper guide, Process thumbnails not showing.


...

Features FAQ

Is it possible for the requestor to view his request history from the userview?

...

If your process requires users to "reject" or "cancel" a task, it can and should be designed into your process itself.

For example, in your form, include an option to "accept", "complete" or "reject". Or use a feature to allow submission of a form before starting a process by mapping the form to the "Run Process" activity.

Also, the administrator can manually stop a process while it is running. And to allow end users to withdraw their own started process instances, you can also take advantage of the Process Enhancement Plugin from the Joget Marketplace.

Is it possible for a user to access a form without logging in?

...