Questions tagged [processmaker]

Open source web based workflow software and Business Process Management

ProcessMaker is a cost effective and easy to use open source business process management (BPM) or workflow software application. Workflow software such as ProcessMaker can assist organizations of any size with designing, automating and deploying business processes or workflows of various kinds.

141 questions
5
votes
2 answers

Postgres as default database in Processmaker

By default Processmaker 3.0.1.8 uses MYSQL database. We don't want to increase our work of maintaining two databases. we cannot let go Postgres but to use Processmaker we need to also use Mysql. Is there anyone who has used ProcessMaker 3.0.1.8 with…
Abhijit Gujar
  • 433
  • 6
  • 15
3
votes
0 answers

Change the "continue page" in ProcessMaker

I want to change in "Continue page" in one of the process and add some description in it. Would you help me? I can't find where to apply the changes
Fateme
  • 31
  • 1
3
votes
2 answers

Processmaker 4 Community: How to install missing packages?

I got a Bitnami image of Processmaker4 v4.1.20 Community. I'm missing some features that were once included in Processmaker 3 Community like sending emails or a MySQL connector. The documentation says the "email package" has to be installed for…
D.Hohaus
  • 31
  • 1
3
votes
1 answer

install stack N220 of processmaker 3.2.3

I am trying install stack N220 : https://wiki.processmaker.com/3.2/Stack_220 but in the last step error occurred: An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again later. If you are the system…
Hamid Shariati
  • 546
  • 6
  • 18
3
votes
1 answer

Process Maker default tables

I am new to process maker.while I am exploring the process maker I got an employee on boarding process.while understanding the process I understood the dynaforms but I faced problem with trigger forms. In trigger forms they mentioned tables to get…
Rajitha R
  • 31
  • 3
3
votes
1 answer

How to set up a authentication in laravel using the user base of another API?

So I am using Process Maker in my laravel application to get a lot of work done. But my employers don't like their APIs and I personally don't either. They are too confusing. Plus we don't need all the functionality. So I am creating APIs in laravel…
Rohan
  • 13,308
  • 21
  • 81
  • 154
3
votes
0 answers

Accessing database connection list in processmaker using project id

I am developing a REST api in processmaker 3.0. In which I want use external database which is located in remote server. while creating connection in is gives me error that unauthorised error. for creating database connection I referred this…
chetan
  • 249
  • 3
  • 6
3
votes
1 answer

How to create a Logout function in Processmaker 3.0 using the Rest API?

I am developing one REST API in Process-maker 3.0. In which user can login using password oauth2.0 authorization. We get access token and Oauthcredential.json get automatically updated. When user logged in with credentials (client_id,…
chetan
  • 249
  • 3
  • 6
2
votes
1 answer

change dates in processmaker cartable to persian (jalali) date view

someone ask me how Can I show dates in processmaker in persian. I found a way just to pass this duty to him, and solve a problem.
Hamid Shariati
  • 546
  • 6
  • 18
2
votes
2 answers

Using ProcessMaker as a REST client not Server

I want to call an external API within a task from ProcessMaker and use the result of that call in the process. In the process it would look something like this: However the only information I've been able to find is how to use ProcessMaker as a…
elviejo79
  • 4,592
  • 2
  • 32
  • 35
2
votes
1 answer

Which table does processmaker get the passwords from?

I am integrating PM with a custom laravel application and I am using the USER table from PM to authenticate users. I am now at the point where I want to reset passwords and I tried changing the USR_PASSWORD value in USER table with a md5 string but…
Rohan
  • 13,308
  • 21
  • 81
  • 154
2
votes
1 answer

change date process maker to persian date ( jalali ) or add date picker jalali

I want to change dates shown everywhere in processmaker to another format(Persian calendar). I have my custom class to format dates. What is the best way to override the default function which returns the formatted date? I just found the CurDate…
ashkufaraz
  • 5,179
  • 6
  • 51
  • 82
2
votes
2 answers

Android :: Connection Refused When Calling local host Web service Using SOAP

I am trying to connect my application to localhost(process maker like wamp server) web service(I am using my system ip address 192.168.2.xxx) but it says connection refused... My log cat error: 06-03 11:43:49.250: E/ActivityThread(606):…
Arut
  • 940
  • 14
  • 32
1
vote
1 answer

ProcessMaker download pmx sample

Is there any website where I can download ready process scenarios for processmaker instead of building every thing from zero. Example full process of hiring or data update etc.
Thudner
  • 1,043
  • 1
  • 7
  • 14
1
vote
1 answer

How to write a Java application with processMaker 4.0 API?

Good morning, i have downloaded and install the pm4-core docker image and installed it. I can run PM4, create and admin my pm4 instance without issues, but i want to develop a java program that uses the PM 4 restful API to edit some process data. I…
1
2 3
9 10