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

Email attachment issue in a timer task in ProcessMaker

We have been working on implementing some business processes using ProcessMaker. We have been observing an issue regarding attachments in sending email through ProcessMaker. Here is the issue in detail. We have a timer task in which it sends some…
0
votes
1 answer

Processmaker trigger input document get current uploaded file path

I would like to create a new mechanism. First, an user has to upload a csv file while in an input document. After that, it will automatically execute MySQL LOAD DATA INFILE for the current uploaded csv file. So, I need its path. Could someone help…
Ukasha
  • 2,238
  • 3
  • 21
  • 30
0
votes
1 answer

Processmaker Form Print button

I'm using processmaker 3.0.1.7-community, I've added the Print button to the form. However, when I print using that button, a dropdown field does not display its value on the printout, but is correctly displayed on the form itself. Weird enough,…
Lew Keyang
  • 11
  • 5
0
votes
2 answers

Insert date into a grid field if empty

3rd party web based workflow application. Trying to get javascript to insert todays date into a grid date field if the field is empty. If I set the following code: function todayDate(){ var today = new Date(); var dd = today.getDate(); var mm…
Gunna
  • 13
  • 4
0
votes
1 answer

Process maker Document Upload - Error 404 sysworkflow was not found on this server

While Uploading document on Processmaker through POSTMAN, I am able to upload the document but while accessing the same method via my C# code. I am getting an HTML page as response ERROR 404 /sysworkflow was not found on this server.
Ravi Ojha
  • 19
  • 4
0
votes
1 answer

Create direct link to a task without login in processmaker

I'm working on a project in ProcessMaker, it's a simple purchase order process. In one of the steps, i need the providers to input the price and availability of the products, but no matter where i search, i cannot find a option similar to a "web…
0
votes
3 answers

If Else if not working correctly

I'm building a form based process in a 3rd party web based platform, initial form is complete and has some fields that are hidden until options via a drop down are selected. The code for this is below and it works. //Hide fields until number of…
Gunna
  • 13
  • 4
0
votes
0 answers

SQL Server returns ?? in processmaker

In process maker, when I query from SQL Server I get ??? as a result. I try change database collation to Arabic_CI_AI but does not work and I try to use utf8_encode and utf8_decode in process maker but this does not work, too. I don't know what am I…
0
votes
2 answers

How to deploy process in processmaker UAT server

What is deployment process for created process on UAT server for testing in processmaker. I am using Processmaker 3.0
chetan
  • 249
  • 3
  • 6
0
votes
0 answers

process maker 3.2 install in windows 10

When installing the processmaker 3.2 on windows 10 at the installation step, installing progress Bar dose not complete and installing not finish and No errors are displayed what do I do??
0
votes
1 answer

Can I import the process using session ID in my endpoints

Is it possible to import the process using session ID in my endpoints(REST API)? I need to import process using only username, password and session id not with the client id, client secret and access token. Yes you are right. I can use the access…
0
votes
1 answer

uploaded documents (cases_ShowDocument) authentication in processmaker

It seems there is no authentication to download uploded documents from processmaker workflows. test it! when you upload a file in processmaker workflow, copy uploaded file link to another browser:…
Hamid Shariati
  • 546
  • 6
  • 18
0
votes
2 answers

Computations using Javascript in Processmaker

I'm new to ProcessMaker and we were tasked to practice on computational processing using Javascript in ProcessMaker. So I looked up the documentation, and I tried creating a dynaform that computes the total when you input a price and quantity. I…
0
votes
0 answers

Using variable value from Panel to Dynaform input

Im creating my own Data Grid (instead of using the ProcessMaker's Dynaform Datagrid) for a project. Everything regarding my DataGrid code is working, I just can't setValues of my processmaker variables from the panel content. Here is my panel…
0
votes
1 answer

Docker images won't start sometime and it error logs says something I cannot understand

I am trying to start back a Process Maker image I have in docker but it won't start. I have tried docker start, docker start. I have even tried the id of the image instead of the image name. The log when I do docker logs processmaker say: [Tue Mar…
Rohan
  • 13,308
  • 21
  • 81
  • 154