PermissionDeniedException on task ClaimI've tried to claim the task outside of jBPM console. Exception has been thrown: 11:21:30,128 INFO [STDOUT] [2011:03:73 11:03:128:debug] Arguments : [org.jbpm.task.service.PermissionDeniedException: User...
jBPM and SOAP WebServiceHello, for few days now I am trying to call WebService form my jBPM process. Diuring running the process I'm getting the error as follows: ErrorUnexpected error occurred: Unexpected HTTP response...
jBPM with Mysql - Admin page - User/RoleHi, jBPM Version: 7.4.1 I changed the jBPM authentication to use mysql. It is working properly, however, when I access the admin page, the count of users and roles of the user.properties and roles.proper...
JBpm processes REST build and deployHi, I'd like to automate my deployment process since I cannot find any solution to this issue: https://developer.jboss.org/thread/275239 I'm using the following rest services in order to ...
Thread How to get each instance value in the end of Multiple Instance
How to get each instance value in the end of Multiple InstanceWithin Multiple instance there are few variables that are injected to the BPMN for each instance. Say we are having two instances within a Multiple Instance. For "Instance-1" will have a variable "V1" and "Instance-2"...
JBPM Designer No Run Simulation ButtonI followed the steps of this post JBPM Guvnor- TOMCAT Integration to set up and run JBPM Designer. The only difference is that I am using jbpm-designer-2.3.0.Final-tomcat.war. The problem that I faced is that I...
JBPM 6.4.0 podgląd zmiennych procesu RESTI need to get process variables via REST in JSON i'm using standard API with Accept header "application/json" kie-server/services/rest/server/containers/CONTAINER_NAME/processes/instances/PROCESS_ID/variables...
Thread Frequently getting issues related to Hibernate JBPM
Frequently getting issues related to Hibernate JBPMHi, I am using JBPM libraries of version 6.0 in java application. It is not web application, its normal java application I am frequently getting issues of Hibernate as below from JBPM Engine. 1...
Thread How to start process for all member of a group?
How to start process for all member of a group?Hi I’m using JBPM 7.4.1 final and its work-bench ( web version). I’d like to create process that all user of one group can complete it. Actually If my group has 10 users, I want to start process for this...
Thread How to disable automatic logging in JBPM 6.4.1
How to disable automatic logging in JBPM 6.4.1Hi All, While using jBPM 6.4.1, logs are logged to processinstancelog, variableinstancelog and nodeinstancelog tables. Is there any way to disable this history logging?
Thread embed jbpm forms in client application - jBPM 7.4.1
embed jbpm forms in client application - jBPM 7.4.1Hello, I have installed the latest jBPM 7.4.1 final version. Created a project in workbench and deployed to the server. Now I am trying to embed jbpm forms into an external client web application. I went throug...
Create Multiple ProcessesHey Guys, not entirely sure if this is the right subtopic but i just ask straight forward. Is it possible to create multiple processes out of one bean? What i want to do or better what i have to do is...
Thread JBPM - Process instance XXX is disconnected
JBPM - Process instance XXX is disconnectedWe are facing error 'Process instance XXX is disconnected' very frequently in our project and holding up the tasks operations. We are using SynchronizedTaskService for task operation: Code snippet are below:@ final Ru...
JBPM 6.5.0 and Keycloak SSOHello there, I am trying to integrate Keycloak 3.1.0 and JBPM 6.5.0. From docs here, Chapter 10. Workbench Integration , I have done everything even this doc is for 6.4.0. When I enter jbpm-console It redirect...
REST Task jBPM 7.4.1Hello Everyone, I try to call a RESTfull Service within a Business Process. I defined a WorkItemHandler and I defined the attributes I need for my REST Call. I tried to set all my variables like the instruction...
kie-workbench Rest ServicesHello everyone, I have a web application where I try to embed kie-workbench process builder and web services in my web application (custom-kie.war) using below maven dependency and deployed my app in Wildfly 1...
install jbpm 6.5 with eap 6.2Hi everybody, I'm trying to install jbpm 6.5 with JBoss EAP 6.2 but i'm receiving some kind of "MSC000001: Failed to start service jboss.deployment.unit."jbpm-console.war" error. It's possible to make that ins...
Thread Getting exception while executing the BPMN with JBPM 7.1
Getting exception while executing the BPMN with JBPM 7.1The BPMN is executed fine.. until we register the KJAR again for given releaseId.. and try to execute the same BPMN... Why re-registering the kjar will cause the below exception.. Caused by: jav...
Unable get file from REST call.Hello everyone! My goal is to get some file from REST service call and store it in assigned variable. First, we assign task for some application user, then creating task for some application user with role gro...