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

How to check a ckeckbox control automatically in Processmaker 4?

I have a problem in using checkbox in ProcessMaker 4. In version 3 I had this code: $("#amount").setOnchange(function(newValue, oldValue) { $('#myCheckbox').show(); var amount2 = $("#amount2").getValue(); if(newValue >= amount2){ …
0
votes
1 answer

Where to write javascript codes in ProcessMaker 4?

I installed ProcessMaker 4 and find it very different from version 3. I am searching for the place to write my javascript code like this(as the way we used to write in version 3) $('#submitAdd').click(function(){ let…
0
votes
0 answers

include external files in processmaker 4 php scripts

I am using processmaker 4 comunity, I need to run a PHP script that needs to include some external files with classes I defined. Since the php executor runs in a container it does not have access to the file system in my computer, how can I make the…
osantos
  • 352
  • 2
  • 18
0
votes
1 answer

how to add PDO mysql driver in Processmaker 4 PHP executor

I need to connect to a mysql database from a processmaker script task. I tried using PDO but I get an error that cant find mysql driver. I have tried modifying the executor configuration by adding: RUN apt-get install -y php7.2-mysql RUN apt-get…
osantos
  • 352
  • 2
  • 18
0
votes
0 answers

Validate sheet on excell file in processmaker

How can I control the sheets of an Excel file in Processor Maker? I want to be able to limit the Excel file in the form
0
votes
1 answer

Processmaker 4 Script editor produces no output when I run a PHP script

I am trying to write a PHP script for a scripted task in Processmaker 4. All the documentation and videos I have seen state that if you press the run button it should run the script an display the output, but when I run it, I can see the docker…
osantos
  • 352
  • 2
  • 18
0
votes
3 answers

Tutorial on how to develop and debug PHP scripts in Processmaker tasks

I am trying to develop a workflow in Processmaker 4 community that require some scripted tasks to be executed but I am facing in issues in things that should be simple such as: How to debug the code in Processmaker scripts. Is there access to…
osantos
  • 352
  • 2
  • 18
0
votes
0 answers

Procesmaker 4 setting default value with javascript code, how to access process variables

I am trying to set the default value of one of the form fields as a function of the value on another field. The javascript that I am using is: if (Forma_pagament == "TRANSFERENCIA"){ return "1361"; } else{ return "NA"; } Forma_pagament is…
osantos
  • 352
  • 2
  • 18
0
votes
1 answer

In Processmaker 4, can I search for requests or tasks using the valued introduced in the forms?

I was wondering if in the Processmaker 4 interface there is the possibility of searching for requests or tasks that with certain values in the requests values. In advanced search it seems that you can query using environment variables but I need to…
0
votes
2 answers

Processmaker 4 comunity customize forms to display a pdf

I am trying the dockerized version of processmaker for (https://github.com/ProcessMaker/pm4core-docker) I need to create a form in which half of the screen is used to visualize the PDF document that must be aproved. I read that in previous versions…
0
votes
1 answer

Processmaker 4.0 Echoing Data on the same screen

I am trying to make a code for a watcher so that when the select list option "yes" when asking "is your permanent address the same as your current address?" is selected it copies the values from current address entry fields and repeats them into the…
digs
  • 1
0
votes
1 answer

How to display a magic variable in a display form?

I'm attempting to add the _user.fullname variable in to a display form (readonly), but I'm not seeing an easy way to do this. Using this variable name isn't allowed directly on a line input for example. Am I missing something basic here? Thanks in…
0
votes
0 answers

Export Processmaker Collection Records to Excel - Processmaker

Please, how can I export collection records to a downloadable excel? I have written a script that collects the records and put them in an array but I need a way to put the array records in an excel sheet that can be downloaded by users.
0
votes
0 answers

Getting Docker error trying to run script executor

Running scripts in ProcessMaker using javascript script executor was working fine until last week. Suddenly, started getting the following Docker errors: "production.ERROR: Script threw return code 125Message: Unable to find image…
0
votes
1 answer

ProcessMaker - ProcessMaker\BusinessModel\User

I'm running PM 3.7 and I have a problem as follow. I'm trying to create new users (in a new installation), but I'm unable to select roles because they simply don't appear in the dropdown menu.So I tried by devOps and I find that userAjax answers in…
dBillo
  • 1
  • 3