Questions tagged [processmaker-api]
9 questions
1
vote
1 answer
How to write a Java application with processMaker 4.0 API?
Good morning,
i have downloaded and install the pm4-core docker image and installed it.
I can run PM4, create and admin my pm4 instance without issues, but i want to develop a java program that uses the PM 4 restful API to edit some process data.
I…

Javaz81
- 13
- 3
0
votes
1 answer
Unable to create process using templmets
I am using
processmaker 4.6.2
Apache/2.4.56 (Win64)
PHP/8.1.17
mySQL 8.1.17
While trying to create a new process using existing templates I am getting the following error from URL:
http://localhost/api/1.0/template/create/process/1
message": "Can…

user93865
- 147
- 2
- 15
0
votes
1 answer
Process Maker Designer Issues
I recently installed process maker 3.8 community edition. I am unable to create any workflows since I cant drag object to the workspace and the variable etc throw an error as shown in the images below.
workspace
0
votes
0 answers
Pass Path Parameters to a Data Connector API (/users/{user_id})using a Watcher
Using a Watcher to trigger a ProcessMaker API call to /users/{user_id} via a Data Connector.
This is the Data Connector:
Data Connector Page
Key is user_id. Path is api/1.0/users/{{user_id}}.
This is the Watcher:
enter image description…

jimdim
- 1
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
1 answer
Rest API bearer authorization
PM4 Community edition. Installed with bitnami stack.
Trying to access services through API but getting 401 : Unauthenticated error
let response = await Axios({
method: 'get',
url: 'http://111.111.111.111/api/1.0/processes',
…

CodAri
- 333
- 1
- 3
- 16
0
votes
1 answer
How to delete cases in PM?
I am trying to delete cases in PM but I am not able to using the API
http://wiki.processmaker.com/3.1/REST_API_Cases#Delete_Case:DELETE.2Fcases.2F.7Bapp_uid.7D
I have tried this API but it gives me an error…

Rohan
- 13,308
- 21
- 81
- 154
-1
votes
1 answer
Processmaker sending variables using Soap routeCase getting a Not Found error
Sending Variables To another case in Processmaker using __SoapCall routeCase method and getting the error Not Found. Yet in working in the __SoapCall'login'.
Below is my PHP Code in processmaker
$client = new soapclient(
$wsdlUrl,
[
'cache_wsdl'…

mulikevs
- 181
- 2
- 17
-2
votes
2 answers
ERROR API PROCESSMAKER VERSION 4.1.0 AND VERSION 4.1.18
API PROCESSMAKER version 4.1.0 AND 4.1.18
I have a problem with the APIs, either doing the try out from swagger or consuming the API from other code, the error that comes out is unauthenticated, I already tried passing the token of the admin user in…