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
1
vote
0 answers

How to upgrade processmaker from version 4.1 to 4.2.30

I want upgrade ProcessMaker version 4.1 to the latest version. How can I do it? I have already installed version 4.1 and I want to update to the latest current version, 4.2.30. Thanks
PmLearning
  • 13
  • 5
1
vote
2 answers

Why does the program throw an exception after executing the "npm install" command?

I'm trying to install ProcessMaker 4.2.30 Community Edition following the steps that can be found on this GitHub: https://github.com/ProcessMaker/processmaker However, I got stuck on an error after running the npm install command. The thrown error…
Joivagg
  • 11
  • 2
1
vote
1 answer

ProcessMaker docker image looks stuck

I got processmaker/pm4-core:4.1.20. Am trying to run it on Docker Desktop. It keeps repeating echo 'Waiting for mysql' Waiting for mysql sleep 1 mysqladmin ping -u pm -ppass -h mysql --silent mysqladmin: [Warning] Using a password on the…
Siavoshkc
  • 346
  • 2
  • 16
1
vote
0 answers

Processmaker SQL Server connection refused

I'm trying to create a connection to a SQL Server database in processmaker. It uses mssql_connect in order to make connection. $link = @mssql_connect( $this->ip . $str_port, $this->db_user, $this->db_passwd ); But the problem is: $link is false…
mhesabi
  • 1,140
  • 3
  • 22
  • 48
1
vote
1 answer

upgrade 4.0.17 to 4.1 version

How to upgrade an earlier version to the latest? I am running 4.0.17 (bitnami) version and trying to start using the latest 4.1 version. Platform Debian. Unpack 4.1 files CD into the folder and run composer update --no-dev Copied .env file from…
CodAri
  • 333
  • 1
  • 3
  • 16
1
vote
1 answer

Requesting ProcessMaker 4 Installation Documenation

Could you provide the brief documentation for ProcessMaker V4.0.5 Community Edition Production Installation Guide for windows? While installing in windows there are so many issues in the local environment? I have posted in…
1
vote
3 answers

Invalid number of arguments in server name with the latest Docker image

After I pull the latest available Process Maker image from DockerHub (https://hub.docker.com/r/processmaker/processmaker using docker pull processmaker/processmaker ) I get the following error: % docker run processmaker/processmaker nginx: [emerg]…
Steve Harman
  • 11
  • 1
  • 3
1
vote
2 answers

Is there any code to modify raw data in excel to event log which is required for process mining

The problem that I am going through is that I want to do process mining in a set of data. But I am facing difficulties to covert the raw data in excel to an event log required for any process mining software.is there any way to modify the data from…
1
vote
0 answers

the function of doGoToPage of a pagedtable doesn't work in processmaker

I've made a processmaker plugin and used its CRUD to connect to my db. It used pagedtable to present the data. Unfortunately, paging won't work and I face "Oops, page not found!" It seems the event in paging button which has to create a new query…
Zhr Saghaie
  • 1,031
  • 2
  • 16
  • 41
1
vote
2 answers

how can I solve the error with fastcgi in config processmaker?

when I was trying to install processmaker stackN220 I occured error. the support team of processmaker did not answer any question in intercom chat because I'm not enterprise customer! my conf is : #ProcessMaker HTTP Virtual Host server { listen…
Hamid Shariati
  • 546
  • 6
  • 18
1
vote
1 answer

Processmaker Web Service in C#

I have web service http://sandbox3.processmaker.com/sysworkflow/en/neoclassic/services/wsdl2 The implementation in php for login
1
vote
1 answer

Connecting Processmaker 3.2 (bitnami installer) to sql server

How can I connect processmaker 3 to sql server database ? It seems that mssql functions family deprecated from php but codes of processmaker did not updated yet ! what i did until now is explained here
Hossein Khalesi
  • 111
  • 1
  • 7
1
vote
0 answers

How to resotre the database with the build in tables in processmaker Version 3

I have backup the workflow as .tar file using command line And restore the workflow with the different name as a finance in command prompt windows 8 I just follow this url : http://wiki.processmaker.com/3.0/Backing_up_and_Restoring_ProcessMaker…
1
vote
2 answers

IOS Push fails with error message: fwrite(): send of 474 bytes failed with errno=10054 An existing connection was forcibly closed by the remote host

I'm using open source app "ProcessMaker" All works fine except IOS push notification, when acctions that makes a push, this push crash only for IOS (in android work fine). Error: Warning: stream_socket_client(): SSL: The operation completed…
1
vote
2 answers

How to get projects that I have permission to start in processmaker?

http://wiki.processmaker.com/3.0/REST_API_Designer#get_projects this api return all projects in my workflow including that I have not involved in. Any way to get projects that I can start?
xiongjiabin
  • 313
  • 3
  • 7
1
2
3
9 10