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
0
votes
1 answer

Databse tables IBM Process App and tasks or services designed within the app

Process App information is stored in LSW_PROJECT table Human services and other "tasks" are designed in Process Designer to the Process App. I believe these are stored in LSW_PROCESS and LSW_PROCESS_ITEM. How do I make a query associating a Process…
0
votes
1 answer

IBM BPM 8,5.6 A way to traverse the activities in a process

I have been assigned to a project to translate various texts in quite large IBM BPM processes (large numbers of coaches with literals text and activities with JavaScript content eg. setting error-messages). Therefore I would like to "extract" all…
Per Beliing
  • 73
  • 1
  • 7
0
votes
1 answer

How to delete that are not attached to VM through Rest Calls

I am new to BPM , softlayer and REST. I completed creating storages (performance and endurance). Now I need to know How will I be able to delete the storages that are not attached to any Virtual Machines. I did not find any thing related to this.…
0
votes
0 answers

ProcessCenter - NoTargetForURIException in http://localhost:9081/ProcessCenter

I've installed BPM 8.0, created profile and in fact, able to access WAS console via http://localhost:9061/ibm/console/login.do where I see these ports. But my ProcessCenter doens't seem to run on 9080/ 9081. Any suggestions please?
0
votes
2 answers

Making Get and POST REST call directly from BPM

I am working on integration of two different products using REST API. I wanted to know if there is any ready made method available or provided by any other toolkit for making directly REST and POST call. Moreover, json response I am getting is…
Anupam Kamal
  • 37
  • 1
  • 3
0
votes
2 answers

How to Install IBM BPM 8.5.6 silently on Linux

I am asked to install IBM Business Process Manager (BPM) 8.5.6 on a Linux box in a silent mode, meaning no GUI and only through command line and response files. a) Do i need to install the Installation Manager first? b) All the Linux pre requisites…
0
votes
1 answer

How do you connect IBM Lombardi BPM to Azure Service Bus topics?

We are considering using Azure Service Bus (or Service Bus for Windows Server) to publish business events as pub/sub topics generated by our .Net services. We want these events to be picked up by IBM Lombardi BPM (without polling). It isn't clear…
Doug Knesek
  • 6,527
  • 3
  • 21
  • 26
0
votes
1 answer

IBM BPM 8.5.6 Client-Side human service visibility script

I have a table that when I select one or more rows and click a button I go to a service that when finish remove those rows from the table. My problem is that button must appear when I select one or more rows otherwise disappear. My visibility script…
aedsferrao
  • 33
  • 2
  • 6
0
votes
1 answer

IBM Business Process Manager Customizing Process Portal (V8.5.5) Upload/Edit fails

I am trying to customize the IBM Process portal login page (the logo). I followed an article where they used a webDav tool to connect to the following folder: /mum/contenthandler/mm/dav/filestore I am logged using the admin role,I installed the SSL…
E.Sophia
  • 49
  • 1
  • 12
0
votes
5 answers

Run multiple instances of IBM BPM

I have the IBM Business Process Manager Advanced 7.5 installed. Question: Is it possible to install and run newer version - IBM BPM 8.5 on the same machine? I worry about ports conflict (for example port 9043 to IBM Console). Maybe I should ask how…
jsosnowski
  • 1,560
  • 3
  • 26
  • 56
0
votes
2 answers

Websphere Role Based WS-Security with UsernameToken

Through the Websphere Console I've setup a Policy Set and a Policy Set Binding in order to support UsernameToken authentication on a webservice. As expected, it is rejecting web service calls without correct usernames and passwords. However, it is…
0
votes
1 answer

How does the retrieve operation of a JDBCOutboundInterface in IBM Integration Designer work?

I have following issue with IBM Integration Designer (BPM Advanced 8.5.6): I want to retrieve a row from a database table, thus I created a JDBCOutbound interface via wizard. The Designer automatically creates a Business Object Type as input for…
XinDHA
  • 43
  • 1
  • 9
0
votes
2 answers

IBM BPM BPD import

I have got a process apllication which I exported from an env. and want to import it in another env. The hogher env. already has an older version of process application running. I could not find any option in Process center to update the process…
Sunil
  • 93
  • 1
  • 7
0
votes
1 answer

Is there any way to get rid off IBM BPM warnings for intermediate events being correlated on invalid output parameter?

I'm an IBM BPM developer and I have following issue: On my BPD I have an intermediate event that is triggered by a UCA that is called from an Human Service. Everything is working fine, the only problem is that I always get a warning like this in the…
XinDHA
  • 43
  • 1
  • 9
0
votes
1 answer

IBM BPM routing based on attributes

How can I route a task based on user attributes in IBM BPM 8.5.6? In my case I have a list of attributes assigned to each users. For example a user will have an attribute called Region and this can have multiple values. So what we do is keep it as…
Syam S
  • 8,421
  • 1
  • 26
  • 36