Open Source Workflow Software and Business Process Management Software
Questions tagged [jogetworkflow]
10 questions
2
votes
1 answer
Build maven project in intellij
Hi i am trying to build a maven project in intellij, it build successfully but when i upload that plugin to the server (in joget). i get this error
ERROR 26 Sep 2018 10:22:35 org.joget.plugin.base.PluginManager - Failed bundle start for…

Rizwan Ahmed
- 33
- 1
- 5
1
vote
0 answers
Trying to logout then redirect to another page using javascript
I'm using a system called joget and my question on how to change the following code to make the user first logout and then after logout it will redirect him to another page. I only want to use javascript. First I want to call the logout url in href…

hdalang
- 33
- 2
0
votes
0 answers
How can I load a image file as a blob in mysql database using JAVA
I have a admin panel in joget in which user data is added. In my registration form I have a image box which takes a user image. I have to show this image as a blob in MYSQL database. how can i show image values in blob format in mysql and where I…
0
votes
1 answer
MariaDB does not start - gtid_slave_pos.ibd & Could not find a valid tablespace file for `mysql`.`gtid_slave_pos``
Our Windows Server for Joget was shut down directly without executing the Joget shutdown program. When I restarted Joget, it could not connect to MariaDB instance.
Folder structure
catalina.2022-03-07:
07-Mar-2022 14:31:45.958 INFO [main]…

aqqqqqq
- 15
- 3
0
votes
1 answer
validation for unique email id (no duplicate values)
I have created three email textfield in joget. I want the emails to be unique for every email field.
The screenshort is attached. I want to display error if the email id of either of them are same !!
How can i do that?
`import…

Punam
- 11
- 2
0
votes
2 answers
On click of the button my page reloads why
I have written a JavaScript code were in I have calendar and a button the code is properly running outside joget. While in joget application if I click on the button the page reloads, how can I stop this reloads of the page and display my actual on…

Punam
- 11
- 2
0
votes
1 answer
JOGET - Update form field through Datalist
I am new in Joget. I need some help.
I have one form (CRUD). It's datalist like as below:
Now, I want to update status when I will click on assign button then selected checkbox's status value will be update to Assigned.
Thanks.

Ketul Soni
- 15
- 6
0
votes
2 answers
No response after click button login
I currently create a PHP Login using Joget SSO. The Joget already have its own script of SSO. I follow the steps and if the username and password is matched, it will alert "login sucessfully" else, it will alert "login failed". Below is my code
…

Hawau
- 99
- 9
0
votes
1 answer
how app server know how to connect to the mysql host without network
I am using joget with docker:
# create a volume container for shared data
docker volume create jogetdata
# run a MySQL database container
docker run -d --name jogetdb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=jwdb -e MYSQL_USER=joget -e…

Alvin
- 8,219
- 25
- 96
- 177
0
votes
0 answers
JavaScript: malfunction If condition
I have a function to call multiple fields in Joget Workflow. But sometimes the inverse function is invoked. If (pakai) is less than the (kuota) field shown correctly that is (pakai), but if (pakai) larger than the (kuota) of result displayed still…