Log in to follow, share, and participate in this community.
Thread direct assignment
direct assignmentHi, I'm integrating a workflow with a private web application, and I need skip the "start task phase", ie directly assign the task owner and not a potential owner. appreciate your help.
how to do marshalling in jbpm6Dears, I am going to send xml object through jbpm process from call rest task, but i need to convert the object existed in the process to xml structure, so how we can do that? Thanks in advance
Thread Failed to read artifact descriptor for org.jbpm:jbpm-flow
Failed to read artifact descriptor for org.jbpm:jbpm-flowDear, once i upload the jar file from the builded maven project to bpm suite through artifact repository the below error appears java.lang.RuntimeException: org.kie.scanner.embedder.MavenEmbedderExcept...
failed to start controlllerI am trying to install BPM Suite on my local desktop (win 7) and getting following error repeatedly.. Please assist. Failed to start Server after 6 attempts. org.jboss.as.cli.CliInitializationE...
Error installing JBoss BPM SuiteHi, I have no experience with JBoss BPM Suite I'd like your help. I'm trying to install the JBoss BPM Suite, downloaded jboss-bpmsuite-6.1.0.GA-installer.jar file in the jboss site, to start the installation a...
Thread Where is the CustomWorkItemHandler.conf file
Where is the CustomWorkItemHandler.conf fileHi , I am using BPMS SUITE 6.1.0 GA. As per RedHat BPMS User guide 4.14. Domain-specific Tasks Custom WorkItem Handler should register in the following file DEPLOY_DIRECTORY/business-central.war/WEB-INF/classes/MET...
Thread JBPM Unit Test: Unable to get LastModified for ClasspathResource
JBPM Unit Test: Unable to get LastModified for ClasspathResourceI am unable to get past this error when creating and running jUnit tests in JBoss Developer Studio: Unable to get LastModified for ClasspathResource Caused by: java.io.FileNotFoundException: 'sample.bpmn' cannot be...
Creating JUnit tests for BPM processesHi, I've imported a project from BPM Suite into JBoss Developer Studio and I'm just wondering if anyone has any useful pointers about how best to create JUnit tests for these processes?? Do I need to add JUnit...
Thread How to formulate the JBPM Workflow URL to access from web application
How to formulate the JBPM Workflow URL to access from web applicationI am newbie to JBPM, i have added the JBPM cartridge at online Openshift and created a sample workflow and deployed(build & deploy), now i want to access the workflow from my web application, how can frame the URL...
Como integro eap con bpm suite ?Estoy intentando integrar el bpm suite de jboss en windows 7 de 64x pero no logro completarlo instalo el eap y luego el suite pero me da errores, si alguien me puede ayudar con un tutorial paso a paso seria estupendo ...
Jbpm CapabilityHi , I am trying to create a very complex process using Jboss BPMS 6.1.0 . In my process there will multiple database operation . Also there will be very very complex webservice call ,which request and respo...
Thread JBoss BPM Suite addresses without the need for BPEL?
JBoss BPM Suite addresses without the need for BPEL?Hi, I have a question related to the JBoss BPM Suite context. I wonder if with this tool I can create a workflow, and interact with the same rest services of an ERP for example, or do I need to integrate with ...
Error - Index fails in jBPM demoI installed the 6.1.0 jBPM demo and every time I start the demo I see the following errors in the log file. How do I get rid of these errors? 2015-06-09 11:00:30,973 ERROR [org.uberfire.metadata.io.BatchIndex]...
Understanding deployment in jBPM 6.xI have a simple process, call it X,that is built by Maven, packaged in a kjar file, and placed into our Nexus repository. I can go to the jBPM Console and add that unit for deployment by specifying the GAV; jBPM dutif...
Thread Not able to access the jbpm-console maven2 repo
Not able to access the jbpm-console maven2 repoHi, I am trying to deploy the kjar build in eclipse to jbpm-console maven2 repository. but i am always getting error in deploying. [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jbpm-exa...
Thread BusinessRule Task fires just at first time launch process
BusinessRule Task fires just at first time launch processHello. I use BPM Suite 6.0.2.GA I'm getting through Getting Started Guide: Chapter 5. Hello World project Chapter 6. Hello World process Chapter 7. Hello World business rule I do exactly the...
BPM Suite and LDAP connectionI'm testing several BPM tools for my company and one requirement is the LDAP connection to retrieve users. This is a key point for making a decision, even business process modeling tools must be secured and provide a ...
Thread Contents for baby to step next of "Hello World" on BPM
Contents for baby to step next of "Hello World" on BPMI am a baby of using BPM Suite (and web development,). I was always troubled with the next step of "Hello World". Most of my interest to JBoss BPM Suite was Business 'Process' Modeling, not Business 'R...
Remote Rest API WebappHi, I developed a maven project to interact with bpmsuite processes using remote rest api , this project works well but test level . I need to create a web module that uses this API but when installed ...