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
0
votes
1 answer

Accessing ProcessMaker BPM framework's APIs from external apllication

I have followed the tutorial from the PM docs (http://wiki.processmaker.com/3.1/OAuth_2.0) and have not success accessing the access token. Currently I am using the trial version of PM and I would like to access the APIs in my java application js…
chri3g91
  • 1,196
  • 14
  • 16
0
votes
3 answers

use jquery in processmaker 3.1 pages and plugins

I'm using processmaker 3.1 and wanna to hint with jquery like a tutorial: for example in first visit a script hint about plugins. but jquery not load completely and I can't use $(...). when I include jquery in firebug: …
Hamid Shariati
  • 546
  • 6
  • 18
0
votes
2 answers

fatal error: call to undefined excuteQuery() processmaker at class.pmScript.php(208)

Error Appear Hi, Can someone help/guide me on error appear. The error is undefined excuteQuery() function however i didn't found any script call undefined excuteQuery(). p/s : error appear when i did the next process. class.pmScript.php Fatal…
0
votes
2 answers

How to get the current task dynaform in Process Maker?

I am new to working with process maker and I cannot figure out how to get the form for the current task in a process using the GET /cases/{app_uid}/current-task. I am able to create new cases using POST /cases, which go in the draft. I am also able…
Rohan
  • 13,308
  • 21
  • 81
  • 154
0
votes
1 answer

How to run a docker machine on homestead when port 80 is already in use?

I am not server admin and I often face server related issues with ports and ssh and such stuff. The problem that I am facing right now is with homestead and docker. I have a laravel application running on homestead. But now I also need to run…
Rohan
  • 13,308
  • 21
  • 81
  • 154
0
votes
2 answers

grid.onDeleteRow() function not functioning/triggering

Can anyone help me why grid.onDeleteRow() is not functioning/triggering when I delete a row in my grid? This is my code for triggering it. $("#CCR_RF_GRD_DTLWRKINSTRUCTION").click(function(){ …
momouu
  • 711
  • 4
  • 14
0
votes
0 answers

proxy_pass error in class.bootstrap.php

I am using a framework called processmaker and I have a problem in a class called class.bootstrap.php. When I try to access the framework I get a server error due to a line in this file: $config['proxy_pass'] = G::decrypt($config['proxy_pass'],…
Mo Haidar
  • 3,748
  • 6
  • 37
  • 76
0
votes
3 answers

autopopulate the value in a grid (ProcessMaker)

Hello I am working on a process maker 3.0 where i have 2 task.I want to display field value from task 1 into grid which is there in task2 how do i auto populate the grid in Processmaker here is i tried to write some trigger on task 2. …
Rocking Birds
  • 165
  • 1
  • 17
0
votes
2 answers

ProcessMaker on Centos 7 doesn't find mod_rewrite

I'm having trouble getting ProcessMaker running on CentOS 7. I've got through the CentOS 7 installation and have all of the prerequisites. I've modified my virtual hosts file to look like this: NameVirtualHost my.host.com
Scott Deerwester
  • 3,503
  • 4
  • 33
  • 56
0
votes
0 answers

Error expecting certificate request while signing a certificate in OpenSSL for apache

I'm going to install SSL using OpenSSL on WAMPServer. The processes which I've been through are as follows: I have installed apache, configured it and activated ssl module, Added a new system variable OPENSSL_CONF: Variable name: OPENSSL_CONF …
Ali Allahyar
  • 341
  • 2
  • 11
  • 22
0
votes
1 answer

How to restore a canceled Task

How to restore a canceled Task hi How can to restore a canceled task? Is it possible return canceld task to TO_DO? i work with data base and tables( APPLICATION,APP_DELEGATION,SUB_APPLICATION,APP_THREAD) and could return a canceled task to TO_DO but…
ashkufaraz
  • 5,179
  • 6
  • 51
  • 82
0
votes
1 answer

roll back a case to previous step

in process maker I assign some tasks usedStart Custom Task action to some users, I want to know that is there any way to roll back to previous tasks in such a workflow, for example if one of users (user1) reject task by mistake and workflow create…
ashkufaraz
  • 5,179
  • 6
  • 51
  • 82
0
votes
1 answer

need to insert from grid to mysql database

I want to insert the data I have in my grid in table 'quote' in my database, when I put this code in the trigger on ProcessMaker. when I tried with a normal form it worked but if the grid it works I think it's a problem of syntax or foreach…
0
votes
1 answer

Prepopulate dynaform textbox(es)

I have a variable from a previous step which I want to use to prepopulate textboxes in a dynaform via an SQL query to an external database. How can I do this? Can anyone provide me with an example XML field ... or do I have to use a trigger? Thanks
sidewaysglance
  • 177
  • 3
  • 11
0
votes
2 answers

Processmaker Installation MySQL Support: undefined , GD Support: not enabled , LDAP Support (*): not enabled

im having a little problem with my processmaker installation. im tryin to install pocessmaker version 2.5.0.1 using this guide [url]http://wiki.processmaker.com/index.php/ProcessMaker_Ubuntu_Installation[/url] together with the README.txt file in…
Norbert
  • 57
  • 1
  • 7
1 2 3
9
10