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

call data from sql in processmaker

i have a table in sql which is like this: | product code | weight| | ----------------------|-----------| | 1235896 | 0.5| | 3256kms | 1.5| | dk-kmsw | 3 | and the data…
0
votes
1 answer

In ProcessMaker 4, what is Process Manager?

In ProcessMaker 4, when configuring a process at Designer/Processes/Configuration, there is a new parameter "Process Manager" that is not described in the documentation. Where is the documentation for what "Process Manager" is/what it allows/what…
ewallace
  • 1
  • 1
0
votes
1 answer

Process Maker 4.2 Script output

I am working on process maker 4.2, and it is running on “localhost:8080”. I created one script named as "practice1" , where I am returning a simple output i.e, return {"Hello": "Tryig by Devesh"}; How can I get the script output when I will call…
Dee
  • 69
  • 4
0
votes
1 answer

Processmaker 4: setting up packages

Sorry for being a noob at this. I have installed ProcessMaker4 from the Bitnami image and am working towards having some packages and connectors. From what I understand packages are separate instances (much like a microservice) that connect to…
ag33
  • 1
  • 3
0
votes
2 answers

Trigger or Javascript in processmaker?

The subject is: I have connected one of my processes to an external sql database through Database Connection( very hard of course due to lack of sql connection!). In my dynaform i have two textbox that are named RefNumber and Value and also i have a…
0
votes
1 answer

ProcessMaker 4 community - why can not use service task element

As my question says. One of the BPMN 2.0 features is the service task element in which one can set a service enpoint to be consumed. I'm able to use this element in WSO2 but not in processmaker 4.
0
votes
1 answer

How to Assign multiple users to a task from the department using Triggers in ProcessMaker?

I have been trying to assign users after one step to another using triggers. I queried the users from the department and then stored it in an array to assign in "Assignment Rules" in the next step. The code is as…
Sharklash
  • 31
  • 1
  • 4
0
votes
1 answer

upgrade from processmaker 3.5.7 to version 4.1 on centos 7

excuse the ignorance on this issue but I wanted to consult you about the free version that I could see only has up to 3.5.7 (https://sourceforge.net/projects/processmaker/files/ProcessMaker/), although there is a 4.1 version…
CPC
  • 1
0
votes
1 answer

Processmaker4 simple screen total calculation

Process maker 4 – first time using this. So I have a main screen and a nested screen with the values I want to calculate I've tried calcs with the variable and the corresponding property no luck then I move on to default value for the control input…
0
votes
1 answer

I am looking for samples of Processmaker 4.0

I am looking for samples of Processmaker 4.0 such as procurement to pay. Samples for higher educations.
0
votes
2 answers

How to import .pm by Process Maker 4.0

I have a process maker 3.0 of format "pm". Any assistance in How to import .pm file by Process Maker 4.0 Bests
0
votes
1 answer

Flurl post data

I have a processmaker web entry form and want to post data to it. request should be like this My code is like this: var ticket = "https://xxx.yyyy.zzz" …
mhesabi
  • 1,140
  • 3
  • 22
  • 48
0
votes
1 answer

error in processmaker login page after installation

I installed processmaker 3.5.7 on debian stable and there is an error in login page after installtion : Fatal error: Uncaught TypeError: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of…
alireza
  • 1,173
  • 4
  • 19
  • 40
0
votes
4 answers

Set gateway variable in process

Goodnight! How to set the variable to direct a route from a gateway? Form: Process gateway: I deleted the sequence flow line and remade it. When creating it first, in the same way, the validation expression worked. Is this behavior…
0
votes
1 answer

Client credentials invalid error for external API authentication, when credentials are correct in Processmaker

I am trying to obtain the authentication token from the Processmaker to use the APIs. I have used the same API call which works perfectly fine in the test environment, with production urls and respective client id and client secret. But, I am…
udani
  • 1,243
  • 2
  • 11
  • 33