Questions tagged [redhat-bpm]

For development issues encountered while using Red Hat JBoss BPM Suite

Red Hat JBoss BPM Suite is a platform that combines business rules and process management (BPM), and complex event processing.

Click here for free development subscription which allows you to download Red Hat JBoss BPM Suite for development use https://developers.redhat.com/downloads/

45 questions
0
votes
1 answer

How to deploy redhat decision central on tomcat

I am new to Redhat and trying to deploy Redhat decision manager( decision central) V7.2 on tomcat server(v 8).As per online help I don't see any documentation to deploy decision central on tomcat. Please let me know if anyone has tried it before?
Souvick
  • 53
  • 1
  • 5
0
votes
0 answers

BPMN plugin not installing

I am using Eclipse Oxygen.2 Release (4.7.2).when i am trying to install JBPM i am getting" Cannot complete the install because one or more required items could not be found. Software being installed: JBoss jBPM Core Developer Resources…
Siva Sai kiran
  • 47
  • 1
  • 10
0
votes
2 answers

How to configure my MySQL 5.7 with jBPM 7.7?

I have added below profile in \standalone\configuration\Standalone-full.xml but still not done with mysql db. I added jbpmDS as mysql data source but still jbpm not going to use this one, both datasources are valid and connect as I confirmed from…
Nitin
  • 1
  • 3
0
votes
2 answers

Proper way to set or update JBPM6 Process Variables

I am trying to set the process variable but getting below error java.lang.IllegalStateException: Process instance 10[SampleBusinessProcess] is disconnected. at…
AniSaw
  • 203
  • 4
  • 10
0
votes
1 answer

assigning multiple tasks created by multi instance subprocess to different actors in JBPM

I have a workflow, where I want to add additional approvers during runtime and wait till all the approvers or specified number of approvers approve the task. Lets say, I have a user task, which says he wants 3 approvals from a particular group. I am…
0
votes
1 answer

How can I setup JBoss Dev Studio project imported from Red Hat BPM Suite 6.4 to build Java

Following the instructions from the Red Hat BPM Suite Getting Started Guide and Developers Guide, I have imported a repo using Git into JBoss Developer Studio (DevStudio) as a "general project". This lets me edit my bpmn files and push changes into…
Rob Jenks
  • 341
  • 2
  • 9
0
votes
2 answers

On which JBOSS EAP versions are JBPM7 running

Our company need to decide to go with JBPM6.5-FInal or JBPM7-FINAL I can't find documentation to indicate on which version of JBOSS EAP will JBPM7 run Currently we're running JBOSS EAP 6.4 and are not planning to upgrade it.
0
votes
1 answer

How to add user into database for BPM Suite

I configure store user into database (SQL Server) on bpm suite v6.4.0. How to insert user into database (don't insert by manual), i want know bpm suite v6.4.0 have library support for this doesn't. I don't find document mention this problem. Thanks…
0
votes
1 answer

Custom logging handler in Redhar JBoss EAP / BPM Suite 6.4.0

I would like to provide custom logging handler implementation for Redhat JBoss EAP / BPM Suite 6.4.0. I have my own customized logging mechanism based on log4j and the requirement is to publish all log messages to kafka system instead of file…
AniSaw
  • 203
  • 4
  • 10
0
votes
1 answer

How to change process variable value through remote rest api call for current human task in jbpm 6.5.0Final

I have a many human task. After start the process i want to update some process variable value with rest API call that's relates to current task. If anyone knows how to do that commend bellow. I try with /execute this is only start the task then…
Gokul P
  • 444
  • 1
  • 5
  • 18
0
votes
1 answer

Rest endpoint and sample json request to call rules deployed in jBPM?

I created sample rule project through KIE workbench 6.3.0 and deployed it successfully through the console. This endpoint gives me the deployment details succeesfully ->…
hMenon
  • 1
  • 1
0
votes
1 answer

Red Hat JBoss BPM Suite - Data provider field in select box

I'm trying to create a select box inside a new form definition that show options catched from an external DB (MySQL). I already tried to use this "Data provider" field but it's always empty, even if I configure a new "Data sets" with my external…
0
votes
1 answer

Dynamically set called element in reusable sub-process in jbpm 6.5.0

I'm trying to use the "reusable sub-process" activity in the workbench bpmn editor (jbpm 6.5.0). I have defined two sub-process and I would dynamically set the "called element" parameter: the called sub-process depends on some main process…
Marco Antelmi
  • 293
  • 3
  • 13
0
votes
1 answer

Archived Tasks in jBPM 6.4

I would like to know if there is a REST API call to list an archived set of Tasks in jBPM 6.x As far as I know, there are just two query calls available: [GET] /query/runtime/task [GET] /query/task Neither of those can retrieve all archived tasks.…
ZombieBsAs
  • 171
  • 3
  • 14
0
votes
1 answer

BPM 6.4 not saving properties bug?

I’m using BPM 6.4 with all the defaults when installing. I created a business process which has a signal event in "Catching Intermediate Events", and I am trying to change the property ‘Cancel Activity’ from true -> false. The default is true. I…
user2879327
1 2
3