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
1
vote
1 answer

"Editable" Data Table vs Table

Can someone help me to decide when i should use The Table component over the Data Table with "Editable" option selected?. I know the logic approach could be to consider the amount of information the table will present in the coach and Choose Data…
Fred
  • 13
  • 2
1
vote
1 answer

How can I add an icon inside a brazos datatable

I want to display an icon instead of a string or boolean inside a data table? Use case is as follows: the user wants to see an icon (e.g. a check or an x) depending on a value inside a business object. Anyone have any ideas?
Greg Harley
  • 3,230
  • 1
  • 11
  • 14
1
vote
1 answer

Updating the value of a Brazos Input Text control client side

We have a CSHS with a Data Table and Global Filter exposed. After entering a value in the filter and limiting the table, they want to be able to click a button that opens a modal and have it available in an input text in the modal and, by doing so,…
OscarRyz
  • 196,001
  • 113
  • 385
  • 569
1
vote
4 answers

IBM BPM - Javascript trigger delay

for those who know Javascript and IBM BPM, I need to know how to delay the execution of the trigger below, represented by the IBM BPM code this.context.trigger();. The code is actually working, except for the delay which is not considered in my…
GGG
  • 49
  • 1
  • 10
1
vote
3 answers

How to retrieve current service name in Server Script item on IBM BPM 8.5.6

I would like to log once entering and leaving particular service, but I do not find the way to retrieve current service name in Server Script item on IBM BPM 8.5.6.
Changas
  • 11
  • 3
1
vote
1 answer

Cannot do POST in IBM BPM to web service

I'm new to IBM BPM and am trying to put together a process that sends a POST request to a RESTful web service using teamworks.HttpClient. I am able to POST via Chrome's Advanced REST Client, so I know the server and service are accessible from my…
newbie
  • 13
  • 3
1
vote
1 answer

IBM BPM Instances failing with 'Variable map hasn't been loaded yet'. anyone else has faced this?

IBM BPM 8.0.1 instances are failing with the following error trace at com.lombardisoftware.bpd.runtime.engine.quartz.DbNotificationBpdTask.doWithLock(DbNotificationBpdTask.java:47)java.lang.IllegalStateException: Variable map hasn't been loaded…
1
vote
1 answer

How to use text/html in a BPMN documentation/textAnnotation element

I am trying to create a custom format based on the BPMN 2.0 Interchange Format and I am wondering what BPMN tools are doing to support the textFormat attribute of the documentation and textAnnotation elements. For example, I created a simple sample…
lmsurprenant
  • 1,723
  • 2
  • 14
  • 28
1
vote
1 answer

is there any way to list restful webservices

I'm new to IBM BPM. I'm trying to create a web service for a class i'm taking but the instructor/site architect is unavailable at the moment. Is there some way to determine the different types of RESTful calls available at a particular IBM BPM url?
user1126515
  • 1,133
  • 3
  • 17
  • 34
1
vote
1 answer

How to parse XML data inside column in javascript?

I have a XML data in this format: ABC 2015 May 24 I am parsing in this format: var obj = someVariable.record[0].column[0].getText();…
Xender
  • 33
  • 5
1
vote
2 answers

mask input text in IBM BPM

I need a mask input field for presenting the account number in my coach view. The field can be filled by data coming from services or manually filled. in both cases it should be like :"XX-XXX-XXXXXXXXXX". how can i do that? also i need an auto…
marzieh
  • 11
  • 1
  • 4
1
vote
1 answer

What is the Dojo Equivalent to Button Click

In JavaScript - If I want to fire a button I do this - When I want to fire…
1
vote
2 answers

Datasource not found in IBM BPM. What am I doing wrong?

I tested the connection through websphere and it works but when I try to execute query from BPM it gives following error. IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
Omkar J
  • 53
  • 10
1
vote
3 answers

How to get the user full name in BPM 7.5 by using tw.system.org?

I am currently working with IBM BPM 7.5. I am unable to get the user's fullname by using the tw.system.org. How to get the user full name in BPM 7.5 by using tw.system.org?
Laxminarayan Alas
  • 195
  • 2
  • 3
  • 9
0
votes
0 answers

CWTBG0019E: Exception information: with name "SQL Execute Statement"

CWTBG0019E: Unexpected exception during execution. Exception information: 'com.lombardisoftware.component.common.workflow.WorkflowProcessItemException: An exception occurred in activity "Execute" of "Integration Service" with name "SQL Execute…
1 2
3
10 11