Questions tagged [ibm-bpm]

IBM Business Process Manager (IBM BPM) is a business process management platform by IBM

It provides analysts, developers and users with a rich toolset and runtimes for designing, executing, monitoring and optimizing business processes.

The server software is based on Java Enterprise Edition and is using IBM WebSphere as runtime environment.

156 questions
14
votes
3 answers

Getting "java.io.IOException: An existing connection was forcibly closed by the remote host"

I am making rest call to IBM Cloud BPM. Some times calls are working fine.But sometimes it is giving following error. java.io.IOException: An existing connection was forcibly closed by the remote host. java.io.IOException: An existing connection…
Rajesh Kohir
  • 191
  • 1
  • 2
  • 7
6
votes
1 answer

How do I escape $ in nginx variables

I'm trying to map the BPM specific $WSSR header to the Host header in a nginx configuration and I continue to get "nginx: [emerg] unknown "wssn" variable " errors. How can I access this header value in a nginx configuration? Is there a way to escape…
Chad DeWitt
  • 61
  • 1
  • 3
4
votes
2 answers

How to specify which start event should be called from a BPMN callActivity

From http://www.omg.org/spec/BPMN/2.0.2/PDF on page 238: If the Process is used as a global Process (a callable Process that can be invoked from Call Activities of other Processes) and there are multiple None Start Events, then when flow is…
lmsurprenant
  • 1,723
  • 2
  • 14
  • 28
2
votes
2 answers

How to delete message once it's consumed in case durable subscription is checked in IBM BPM?

Is there a way to delete message once its consumed by IME with durable subscription checked? In my use case i have a process which has step to wait for IME with durable subscription checked to progress. Now i run the instance p1 and fire an event…
2
votes
2 answers

When should BPMN 2.0 XML flowNodes contain incoming and outgoing elements?

According to section 8.4.13 of BPMN 2.0.2, Flow Nodes (the parent of Gateways, Activities, and Events) contain the following attributes: incoming: Sequence Flow [0..*] This attribute identifies the incoming Sequence Flow of the FlowNode. outgoing:…
lmsurprenant
  • 1,723
  • 2
  • 14
  • 28
2
votes
2 answers

IBM Process designer integration with Subversion

I need to be integrating IBM process designer with subversion. I need to version control the BPM activities as well as take the binary for the complete build in jenkins. Can anyone tell me if you have had version controlled IBM process designer…
2
votes
5 answers

How to get the user who initiated the process in IBM BPM 8.5?

How to get the user who initiated the process in IBM BPM 8.5. I want to reassign my task to the user who actually initiated the process. How it can be achieved in IBM BPM?
SikanderAhmed
  • 361
  • 1
  • 5
  • 14
2
votes
3 answers

Customize login page IBM BPM portal

I am trying to change the look and feel of the IBM BPM portal's login page. I read about it in this link. I have installed the windows hotfix suggested in the link and i have also checked 'Default to basic authentication when certificate…
Rishi Paryani
  • 33
  • 1
  • 5
1
vote
1 answer

How to assign user activity task to all members of a team?

I would like to assign an user activity to all members of a team, so every member will receive the activity and act. I've been using multi-instance loop, but dunno what to set in Start quantity so that all team members that the task is assigned…
Fisnik
  • 11
  • 1
1
vote
0 answers

Working with tw.object.Map in IBM BAW javascript

My service flow has a map variable. Using a script task, I populate that variable. Here is the sample code: variable defined in service flow - myMap of type tw.Object.Map My JavaScript: tw.local.myMap = new tw.object.Map(); var contentTypeKey =…
1
vote
0 answers

Invoke external REST service form IBM BAW19.x

I need to invoke external webservice from IBM BAW 19.x. All documentation I referred to points to having a swagger file for the REST service, then create External Service using the swagger which will create all service artifacts (methods, parameters…
1
vote
1 answer

How to do a cmis query for file information related to an ibm bpm instance?

I am trying to get the information of all the files related to an instance of ibm bpm but the following query does not work for me and there is no error in the javascript console either. I am using ECM Document List and in configuration I am adding…
1
vote
1 answer

IBM BPM abnormal time gap between saving changes and availability of these changes

Our IBM BPM DEV environment has been facing some issues we cannot understand and resolve for about a week. Could You please have a look and consult me on these issues? An abnormal time gap between saving changes to Process Applications/their…
Dmytro
  • 21
  • 2
1
vote
1 answer

IBM BPM 8.5 Multi-instance sequence flow by custom order

Have loan task (see example below) which is separating by multi-instance loop: loans[ [loanNo:1, dueDate: 2020-10-10], [loanNo:2, dueDate: 2020-05-05], [loanNo:3, dueDate: 2020-07-07] ] How to make sequence loop to loop by custom order,…
Arturas
  • 161
  • 9
1
vote
0 answers

IBM Process Center user roles for deploy only

I'm new in IBM Process Center (BAW 19.0.0.3). We have DEV env (Process Center PC) and PROD env (Process Server PS). PS will be connected to the PC for fast deploy snapshots from DEV to PROD. I'm trying to understand how to create two users using…
1
2 3
10 11