Skip to main content

Questions tagged [ibm-bpm]

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

0 votes
0 answers
83 views

How to implement log4j in IBM BPM?

If you had to implement log4j logging in IBM BPM application from scratch, what will be the step by step process with detailed explanation for a beginner level? I know about what is the code for ...
user183596's user avatar
0 votes
0 answers
202 views

in IBM BPM/BAW spark toolkit Table control How to loop the table control object in to the table control load

I am trying to loop the table and get the one column value and do the check with other value. Following code i am using to do that. but i couldnt able to get the data and loop. var ...
VenkataKranti's user avatar
0 votes
0 answers
460 views

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&...
Balaji Royal's user avatar
0 votes
0 answers
124 views

How to send an email using IBM Business Process Manager?

I'm trying to send and email from a system task but it doesn't work. The task I'm using is Send email with SMTP sending this parameters: Should I specify a smtpHost? And if so, how do I know what to ...
Agustín De Cesare's user avatar
0 votes
1 answer
68 views

IBM PBM | Is there a way to return all service flows names in a list?

I want to add a tag name to all created service flow so I was searching on way to return all screvices names into a list to apply change on all of scervices at once but I got nothing. -----------------...
youngMan321's user avatar
0 votes
1 answer
578 views

IBM BAW 22 - process portal - display all tasks

I have a very big problem after migrating BPM from version 8.5.5 to BAW 22. I have a saved search on the process portal, which shows me the tasks of all users broken down by process. After migration, ...
luki88's user avatar
  • 81
0 votes
0 answers
107 views

what is the code for getting auth code from azure in IBM BPM

I am trying to create rest request using Call Multipart form data REST API service in REST API toolkit. It requires apiURL, HTTPHEADER, PARAMETERtoPOST, httpMethod (using GET). I defined all the ...
user183596's user avatar
1 vote
1 answer
460 views

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 ...
Fisnik's user avatar
  • 11
1 vote
0 answers
1k views

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....
user1902124's user avatar
1 vote
0 answers
401 views

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 ...
user1902124's user avatar
0 votes
1 answer
622 views

Case-insensitive search in IBM BPM search API

I'm using IBM BPM's Search API /rest/bpm/wle/v1/search/query for fetching tasks based on custom conditions. But this API is returning response only if the value is matching completely (case-sensitive)....
Pramod H G's user avatar
  • 1,593
0 votes
1 answer
171 views

Send Json Request in POST Method

I have a JSON string which is coming from Queue. I need to send it as request parameter to create a case in BPM via REST. Rest Service Input- request(String) Therefore I form the below and try to call ...
user1407990's user avatar
0 votes
2 answers
618 views

Headless BPM Solutions for Integration with Custom application for workflow management

Are there any BPM solutions that can integrate with a Custom application so that I can use BPM only for the workflow and UI from my application
KP.'s user avatar
  • 393
0 votes
1 answer
553 views

IBM BPM JS Calling external Service from another Toolkit (from dependency)

im using integration toolkit for each external system ... externalService definition, Servers registation datas, ENV refers the J2C creds to use, datamapping, bussines-errors handling etc. (Bussines-...
Alexandr Kil's user avatar
0 votes
1 answer
363 views

IBM BPM delay on load event

I want to make a button click after 10 seconds when the UI loads. I've tried below code in the "On load" event, but seems that the timer doesn't work: function myFunction() { me.click(); } ...
gromazazzz's user avatar

15 30 50 per page
1
2 3 4 5
11