Log in to follow, share, and participate in this community.
Thread jbpm6.1 Human Task authorization fails with LDAP
jbpm6.1 Human Task authorization fails with LDAPHi - Running process from the classpath, When user perform HumanTask operations with specifying the user details (hardcoding user name in the process file’s ACTOR field) for each task, able to execute H...
String truncates in jbpm-consoleDear Board, I am using JBPM console to orchestrate web services. When I enter a webservice URL as a process input String (I am using custom work items), it sometimes truncates so that it misses a lot of the ur...
Thread setting default values in custom work items
setting default values in custom work itemsHi, I want to set default values for CustomWorkItems in the web editor console. I have looked around but I can't find a method of doing it. Ideally I would like it to be set somewhere in the MVEL file: ...
Thread issue in wildfly 8.1.0 integration with LDAP for jbpm-console
issue in wildfly 8.1.0 integration with LDAP for jbpm-consoleHi I am trying to integrate my jBoss app for jBPM authorization and authentication of processes vii LDAP application, modified standlaone.xml file keeping LDAP configuration details and jbpm-console.war's jbos...
RestApi task content unmarshalHi! I get content of a task by restApi (rest/task/content/{contentId}). I get response XML string. How can I get variable values? Thank you, Zoli This is the XML response: <?xml ver...
Thread how to display task form(.ftl) from stand alone web application
how to display task form(.ftl) from stand alone web applicationI started a standalone application based on jbpm and i cannot display the task form on my own jsp and i used designer for bpmn not work , and i jar .bpmn files and ftl files free-marker and deploy process but not d...
JBPM6 in WildFly 8Is it posible to run JBPM 6 in WildFly 8 im getting an error like this.. JBPMorm.xml is missing or its an Hibernate Core {4.3.0.Final} problem? Same settings and jars working on Jboss AS 7.1 Final with hibernate-cor...
Multiple instances issue in JBPM 6.0.1Hi All, Created one BPMN with multiple instances through JBPM console. Please find the attachment has BPMN screen shot and BPMN. By using below JAVA API code, trying to create a process for the BPMN w...
Dashboard web application ERRORHi all! I've downloaded the jbpm-6.0.1.Final-installer-full with the jbpm-console and the dashboar-builder wars. The jbpm-console works fine in my Jboss AS 7.1.1 But when I try to deploy the dashboard-builder, I ge...
Custom editor for kie-wbHi, I would like to add a custom editor for the kie-workbench. I performed the following tasks: - Made a copy of an existing editor (the java file editor defined in kie-wb-common) into a new maven proj...
Thread Want to use Kie-Workbench as my user interface. But HOW?
Want to use Kie-Workbench as my user interface. But HOW?Dear all, I have a jBPM project called 'MyProject' in Eclipse with jBPM6.1 plugin. Now, I want to use the Kie-Workbench as the UI of 'MyProject'. That is, I want the users of 'MyProject' can create, modify an...
Accessing property "DataInputSet" programmaticallyHi, Is it possible to get the value of the property "DataInputSet" (defined in a Human Task) programmatically ? (version : 6.1.0.Final) I've tried to "explore" some objects such as Task, TaskData, Node, or Wo...
Thread jBPM process loop will automatically pop out in few minutes
jBPM process loop will automatically pop out in few minutesDear all, I would like to set up a workflow, which looks like: Loop ( gain files from a port -> process -> Storage ) I would like to keep the loop running forever (at least for s...
Deploying from Eclipse to web editorHi Board, I am relatively new to JBOSS and JBPM so apologies for potentially simple questions. I have developed a project in Eclipse and I want to deploy it to the web app. I am running the ant script ...
Thread jBPM Designer fails to build on Windows (again)
jBPM Designer fails to build on Windows (again)I've checked out the current-as-of-now (Oct 27) master branch for jbpm-designer and tried to build it, however, it fails with the CreateProcess 206 error (filename or path too long). In the past, I managed to work aro...
Thread how to use gateway and relative constraints??
how to use gateway and relative constraints?? Hi, i'm new in jbpm. I create a simple process with only script task, but now i want to use a gateway diverging but i don't use it in the correct mode. Please can you help me with example? i...