JBPM 7.7 Start process instance by messageI want to start my process instance by message event in JBPM Workbench/Kie-Server (7.7.0) but I can't find the request for it. I found a way to achieve this by the POST request with empty body: /server/containers/{id}...
Thread how to add an extra column in the task list - Task Inbox
how to add an extra column in the task list - Task InboxHello, Version: Jbpm 7.7.0 I need to modify the Task List in kie workbench by adding an extra column in the task list. This extra column will receive information about the value of a process variable ...
JBPM on wildflyHi All, We have a java project which uses jbpm to manage a process inside there. Currently we are in the process of upgrading our project from java 1.6 to java 1.8. We got an error while deploying our war file...
How to setup a human task.I am new to JBPM. I am using JBPM 6.5.0 and using Eclipse IDE for my Development. I am trying to create a simple workflow with a custom task and a human task (user task). When i try to run it , it starts, execute my ...
Debug jbpm workitem handlersHi, I have some complex processes deployed on a jbpm 6.5 instance. I'd like to debug (using Eclipse IDE) workitem handlers implementation on my PC while processes are running on the remote jbpm instance. Is it possi...
Thread Does jBPM allow to import the workflows from Oracle BPM
Does jBPM allow to import the workflows from Oracle BPMHi , I want to know whether the jBPM supports the workflow which was written/implemented in Oracle BPM using jDeveloper. If it supports how to export the workflow process from Oracle BPM to jBPM. And which Ve...
Facing problem with inWe tried in following rule. dialect "mvel" import com.****.model.DateObject; import com.*******.model.RuleVariables; import function com.***********.model.test.print; import com.*********.sophia.model.test; imp...
DECISION TABLE SPREADSHEET_WORKBENCHI have created a table in excel to use this table in drools workbench; but when import the file in .xls format in workbench I view this errors. Can you help me?
Java Rest API for JBPM 7Hello All, I am trying to execute the workflows of JBPM 7.0.0 Final using java rest API( through kie-remote client ).Below is the piece of code i used : import org.kie.api.runtime.Kie...
Thread Filter tasks from the business process variables
Filter tasks from the business process variablesHi Guys, jBPM Version: 7.7.0.Final Is it possible to filter tasks from business process variables values on the task inbox screen without customizing the sources? I saw in the sources files that there...
Thread How to get task completed date in the currently running process?
How to get task completed date in the currently running process?The process is running, a user completes his task and I have to send an email and task completion date is a part of this email. I can reach this data through TaskEvent. It's strange but it's not presen...
Error when deploying jbpm-6.5 offilineHi, I'm having trouble in deploying jbpm 6.5 in an offline environment (I set KIE_DEMO variable to false). When I start wildfly I get the errors reported below. Can anyone help me? Laura ...
Display completed data in formHi guys, how are you? Is there an endpoint to consume REST for the filled data of a form? I have a form for each step of my process, and I have an application in Angular for the user, how do I tell the user what dat...
Customizing JBPM UIHai, Is it possible to change UI console look How does look of kie-wb depends on jbpm? I have created a project in JBPM 6.4. Everything is working fine , now i want to customize the UI section , Inord...
JBPM Workbench Versus EclipseWe are kick starting a new project which involves JBPM and everyone in the team are new and are from different BPM technology. Would like to know if the KIE Workbench can be used to completly develop anything ...
jBPM document as a variableHi, I have a simple process on jBPM6.2 with 2 user tasks: User1 uploads a file and User2 sees the file. The input form has a document type field bind to the output (first task). When I run an instance and atte...