<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>IBM BPM Tips Q&amp;A - Recent questions</title>
<link>https://ibm.bpm.tips/questions</link>
<description>Powered by Dosvak LLC</description>
<item>
<title>How to update the process variables of an instance using javascript in IBM BPM?</title>
<link>https://ibm.bpm.tips/3160/how-to-update-the-process-variables-of-an-instance-using-javascript-in-ibm-bpm</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to update an exposed process variable for an instance from a service during the process flow using javascript in IBM BPM.&lt;br /&gt;
&lt;br /&gt;
I fetched the details using &amp;quot;tw.system.currentProcessInstance.businessData.get(mykey)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I tried updating using the same system api - tw.system.currentProcessInstance.businessData.put(key,value).&lt;br /&gt;
&lt;br /&gt;
But this seems to be not working and it doesnt update the process variable.&lt;br /&gt;
&lt;br /&gt;
I am using IBM BAW v21. Is there any alternative for this ?&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Javascript API</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3160/how-to-update-the-process-variables-of-an-instance-using-javascript-in-ibm-bpm</guid>
<pubDate>Fri, 07 Jun 2024 07:07:43 +0000</pubDate>
</item>
<item>
<title>coach wizard</title>
<link>https://ibm.bpm.tips/3159/coach-wizard</link>
<description>How to create a wizard using Coach Views</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3159/coach-wizard</guid>
<pubDate>Tue, 17 Oct 2023 03:22:55 +0000</pubDate>
</item>
<item>
<title>How to claim a task from a startable UI without reloading the Process Portal ?</title>
<link>https://ibm.bpm.tips/3158/how-to-claim-a-task-from-a-startable-ui-without-reloading-the-process-portal</link>
<description>The below code refreshes the page.&lt;br /&gt;
&lt;br /&gt;
var taskUrl = &amp;quot;/ProcessPortal/launchTaskCompletion?taskId=&amp;quot;+taskId;&lt;br /&gt;
&lt;br /&gt;
window.open(taskUrl,&amp;quot;_self&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Need something which works similar to directly claiming a task from Process portal. &lt;br /&gt;
&lt;br /&gt;
Kindly suggest!</description>
<category>Portal</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3158/how-to-claim-a-task-from-a-startable-ui-without-reloading-the-process-portal</guid>
<pubDate>Wed, 11 Oct 2023 12:28:58 +0000</pubDate>
</item>
<item>
<title>How to access a text field in collapsible panel consider collapsible panel is associated with list variable?</title>
<link>https://ibm.bpm.tips/3155/how-to-access-a-text-field-in-collapsible-panel-consider-collapsible-panel-is-associated-with-list-variable</link>
<description>I have a collapsible panel which display set of information pulled from database on display text fields. Based on the data i want to access the corresponding collapsible panels text field and update the label of it.&lt;br /&gt;
&lt;br /&gt;
I used index to identify which collapsible panel i need to select but for the text feild i cannot access it using this&lt;br /&gt;
&lt;br /&gt;
$textboxname[i].setLabel()&lt;br /&gt;
&lt;br /&gt;
But i can do this&lt;br /&gt;
&lt;br /&gt;
$textboxname[1]. SetLabel()&lt;br /&gt;
&lt;br /&gt;
Please tell me a way to get the parameterized one working</description>
<category>Activities &amp; Tasks</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3155/how-to-access-a-text-field-in-collapsible-panel-consider-collapsible-panel-is-associated-with-list-variable</guid>
<pubDate>Sun, 03 Sep 2023 01:12:37 +0000</pubDate>
</item>
<item>
<title>Rich text - upload image</title>
<link>https://ibm.bpm.tips/3154/rich-text-upload-image</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using IBM BAW, I want to use the Rich Text component, but when I click on the &#039;Image&#039; item, the editor does not have the upload option enabled. I need to upload files from my PC.&lt;/p&gt;&lt;p&gt;I know that IBM BAW uses a third party library for this component&amp;nbsp; - &lt;a href=&quot;https://www.tiny.cloud/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.tiny.cloud/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Is it possible to enable the upload function with javascript?&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=8239885992174552836&quot;&gt;Thank you.&lt;/p&gt;</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3154/rich-text-upload-image</guid>
<pubDate>Fri, 01 Sep 2023 15:46:33 +0000</pubDate>
</item>
<item>
<title>what are the risk for running IBM BPM 8.5.7</title>
<link>https://ibm.bpm.tips/3153/what-are-the-risk-for-running-ibm-bpm-8-5-7</link>
<description>Hi Team,&lt;br /&gt;
&lt;br /&gt;
kindly please advise what are the risks associated if we are &amp;nbsp;running IBM BPM 8.5.7 &lt;br /&gt;
&lt;br /&gt;
Thanks &amp;amp; Regards&lt;br /&gt;
&lt;br /&gt;
Sanjay KD</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3153/what-are-the-risk-for-running-ibm-bpm-8-5-7</guid>
<pubDate>Tue, 22 Aug 2023 08:04:38 +0000</pubDate>
</item>
<item>
<title>service file</title>
<link>https://ibm.bpm.tips/3152/service-file</link>
<description></description>
<category>Client-Side Human Services</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3152/service-file</guid>
<pubDate>Wed, 16 Aug 2023 05:17:50 +0000</pubDate>
</item>
<item>
<title>How to update instance variable value for private variable in linked process</title>
<link>https://ibm.bpm.tips/3151/how-to-update-instance-variable-value-for-private-variable-in-linked-process</link>
<description>I have a running instance which is on step within linked process. Is there are any way to update private variable in linked process ?</description>
<category>Process Server</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3151/how-to-update-instance-variable-value-for-private-variable-in-linked-process</guid>
<pubDate>Thu, 08 Jun 2023 09:49:58 +0000</pubDate>
</item>
<item>
<title>what is the first pet name</title>
<link>https://ibm.bpm.tips/3150/what-is-the-first-pet-name</link>
<description>pet name</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3150/what-is-the-first-pet-name</guid>
<pubDate>Mon, 24 Apr 2023 13:34:20 +0000</pubDate>
</item>
<item>
<title>How to create clone process</title>
<link>https://ibm.bpm.tips/3149/how-to-create-clone-process</link>
<description>#IBM-BPM, #Process</description>
<category>Process Mapping, Simulation and Analysis</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3149/how-to-create-clone-process</guid>
<pubDate>Tue, 15 Nov 2022 21:49:44 +0000</pubDate>
</item>
<item>
<title>Cases where you still need to use HHS(Heritage Human Service) in BAW v21</title>
<link>https://ibm.bpm.tips/3148/cases-where-you-still-need-to-use-hhs-heritage-human-service-in-baw-v21</link>
<description>If you are developing a new BPM Project, are there still ANY cases where you&amp;#039;d need to develop a good old HSS ?&lt;br /&gt;
&lt;br /&gt;
other than the obvious case of not wanting to re-implement an HHS you already developed in an older version of BPM and want to re-use.</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3148/cases-where-you-still-need-to-use-hhs-heritage-human-service-in-baw-v21</guid>
<pubDate>Sun, 09 Oct 2022 14:26:59 +0000</pubDate>
</item>
<item>
<title>Connect Remote Server (external host) and execute some powershell commands using IBM BPM/BAW BPD or Service/UCA</title>
<link>https://ibm.bpm.tips/3147/connect-remote-server-external-host-and-execute-some-powershell-commands-using-ibm-bpm-baw-bpd-or-service-uca</link>
<description>&lt;p&gt;Hello Everyone:&amp;nbsp;@ BPM Guys,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need a support in a POC of IBM BPM from the community, below are the requirements that needs to be achieve:&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;&amp;nbsp;&lt;strong&gt;Connection with extrernal host/server using script in BPM BPD service&lt;/strong&gt;?&amp;nbsp;&lt;br&gt;share any sample script for that ?&lt;/li&gt;&lt;li&gt;Execute some shell script commands after the authentication from code side in BPM.&amp;nbsp;&lt;br&gt;below is the sample command:&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#f1c40f&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Courier New&amp;quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;!--[endif]--&amp;gt;&lt;span style=&quot;font-family:&amp;quot;SABIC Typeface Text Light&amp;quot;,sans-serif&quot;&gt;tabcmd export &quot;ARRAZIARRAZI-VDashboard/SensorPlotDashboard?Sensor%20Name%20-%20running_feedback&amp;amp;Model=Fan%20NDE%20Bearing&quot; --png --width 1900 --height 800&amp;nbsp; -f &quot;C:\AHC_Alert.png&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please share guidelines if there are any way arounds to achieve this in IBM BPM.&amp;nbsp;&lt;br&gt;This can be done easily from the other frameworks or tools (i.e. DOT NET, C#) but I need to do the same using IBM BPM process/service.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would appreciate for the prompt response from the community gurus.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;&lt;p&gt;Imtiaz Ahmed&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
<category>Javascript API</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3147/connect-remote-server-external-host-and-execute-some-powershell-commands-using-ibm-bpm-baw-bpd-or-service-uca</guid>
<pubDate>Wed, 03 Aug 2022 12:10:06 +0000</pubDate>
</item>
<item>
<title>How to remove validation errors from Process application when a toolkit dependency is removed and added again ?</title>
<link>https://ibm.bpm.tips/3145/how-to-remove-validation-errors-from-process-application-when-a-toolkit-dependency-is-removed-and-added-again</link>
<description>Hi All,&lt;br /&gt;
&lt;br /&gt;
When a toolkit dependency from a process application is removed and added again. All the artifacts that were part of that particular toolkit becomes unreachable resulting in many validation errors.&lt;br /&gt;
&lt;br /&gt;
How can we solve these errors? Kindly help with this situation.</description>
<category>Process Center</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3145/how-to-remove-validation-errors-from-process-application-when-a-toolkit-dependency-is-removed-and-added-again</guid>
<pubDate>Thu, 23 Jun 2022 18:35:12 +0000</pubDate>
</item>
<item>
<title>How can I create a PDF or word file after a user enters some information and submits the form?</title>
<link>https://ibm.bpm.tips/3144/how-can-i-create-a-pdf-or-word-file-after-a-user-enters-some-information-and-submits-the-form</link>
<description></description>
<category>Integrations</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3144/how-can-i-create-a-pdf-or-word-file-after-a-user-enters-some-information-and-submits-the-form</guid>
<pubDate>Wed, 08 Jun 2022 12:38:58 +0000</pubDate>
</item>
<item>
<title>how can I create tree view please?</title>
<link>https://ibm.bpm.tips/3142/how-can-i-create-tree-view-please</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to create a view with a tree, which can facilitate my access to data by level and sublevel.&lt;br /&gt;
&lt;br /&gt;
I need your help please, if there is a piece of code or a toolkit and thank you in advance.&lt;br /&gt;
&lt;br /&gt;
Best regards</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3142/how-can-i-create-tree-view-please</guid>
<pubDate>Mon, 30 May 2022 09:37:10 +0000</pubDate>
</item>
<item>
<title>Create a list of users from multiple teams?</title>
<link>https://ibm.bpm.tips/3141/create-a-list-of-users-from-multiple-teams</link>
<description>In a variable named childGroups (which is a NameValuePair list) there are two Teams (groups). &lt;br /&gt;
I would like to create a service which accepts the input of childGroups and creates a NameValuePair list of all members from that two groups.</description>
<category>Process Center</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3141/create-a-list-of-users-from-multiple-teams</guid>
<pubDate>Thu, 17 Mar 2022 11:49:06 +0000</pubDate>
</item>
<item>
<title>What are the UI technologies used in spark toolkit CV&#039;s?</title>
<link>https://ibm.bpm.tips/3137/what-are-the-ui-technologies-used-in-spark-toolkit-cvs</link>
<description></description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3137/what-are-the-ui-technologies-used-in-spark-toolkit-cvs</guid>
<pubDate>Wed, 09 Feb 2022 07:14:32 +0000</pubDate>
</item>
<item>
<title>upgrading from BPM to BAW</title>
<link>https://ibm.bpm.tips/3136/upgrading-from-bpm-to-baw</link>
<description></description>
<guid isPermaLink="true">https://ibm.bpm.tips/3136/upgrading-from-bpm-to-baw</guid>
<pubDate>Tue, 08 Feb 2022 10:05:01 +0000</pubDate>
</item>
<item>
<title>performing side-by-side ugrade from BPM to BAW</title>
<link>https://ibm.bpm.tips/3135/performing-side-by-side-ugrade-from-bpm-to-baw</link>
<description>If there are any steps/procedures on how to perform a side-by-side upgrade from BPM to BAW, it would be helpful. Thanks in advance.</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3135/performing-side-by-side-ugrade-from-bpm-to-baw</guid>
<pubDate>Tue, 08 Feb 2022 10:03:20 +0000</pubDate>
</item>
<item>
<title>Custom signature position on uploaded file</title>
<link>https://ibm.bpm.tips/3134/custom-signature-position-on-uploaded-file</link>
<description>Hi guys, &lt;br /&gt;
&lt;br /&gt;
I have a problem on solving a requirement, which is:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Upload a file (doc, pdf)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Read and view ONLY a selected page on uploaded file (normally LAST or FIRST page)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Find &amp;nbsp;a position on the selected page for the signature position&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;4. Save the position on the database or a variable.&lt;br /&gt;
I have been stuck on this problem for weeks, I really appreciate if there is any solution you can think of. &lt;br /&gt;
Thank you so much!</description>
<category>IBM BPM Infrastructure</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3134/custom-signature-position-on-uploaded-file</guid>
<pubDate>Tue, 08 Feb 2022 07:37:05 +0000</pubDate>
</item>
<item>
<title>How to get the control name of a Button control in a coach view</title>
<link>https://ibm.bpm.tips/3133/how-to-get-the-control-name-of-a-button-control-in-a-coach-view</link>
<description>I have a scenario, where a button &amp;quot;Test&amp;quot; is added on a coachview - CV1.(This CV1 is used in many CSHS and other CVs also).&lt;br /&gt;
&lt;br /&gt;
Now i want to change the colour of the button dynamically and i can achieve it by&lt;br /&gt;
&lt;br /&gt;
page.ui.get(&amp;quot;/CV1/Test&amp;quot;).setColorStyle(&amp;quot;DANGER&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
But in another CSHS , i have CV2--&amp;gt;CV1--&amp;gt; Test button, In that case i need to change it to&lt;br /&gt;
&lt;br /&gt;
page.ui.get(&amp;quot;/CV2/CV1/Test&amp;quot;).setColorStyle(&amp;quot;DANGER&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
is there any way to get the path dynamically using some APIs based on the controlId of the button?</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3133/how-to-get-the-control-name-of-a-button-control-in-a-coach-view</guid>
<pubDate>Wed, 12 Jan 2022 10:30:12 +0000</pubDate>
</item>
<item>
<title>vulnerability fix for BAW  ?</title>
<link>https://ibm.bpm.tips/3131/vulnerability-fix-for-baw</link>
<description>Where should the latest jar file with 2.15 version needs to be updated in BAW for the vulnerability fix . I have installed an external tool kit for log4j that is EIE logging</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3131/vulnerability-fix-for-baw</guid>
<pubDate>Thu, 30 Dec 2021 20:15:06 +0000</pubDate>
</item>
<item>
<title>How to show certain columns/rows in a Table Grid Control in a different color?</title>
<link>https://ibm.bpm.tips/3130/how-to-show-certain-columns-rows-in-a-table-grid-control-in-a-different-color</link>
<description></description>
<category>Client-Side Human Services</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3130/how-to-show-certain-columns-rows-in-a-table-grid-control-in-a-different-color</guid>
<pubDate>Thu, 30 Dec 2021 17:19:28 +0000</pubDate>
</item>
<item>
<title>I need set SMTP Configuration for send Mail from Process Center, Can you help me about it ?</title>
<link>https://ibm.bpm.tips/3129/i-need-set-smtp-configuration-for-send-mail-from-process-center-can-you-help-me-about-it</link>
<description></description>
<guid isPermaLink="true">https://ibm.bpm.tips/3129/i-need-set-smtp-configuration-for-send-mail-from-process-center-can-you-help-me-about-it</guid>
<pubDate>Wed, 24 Nov 2021 12:09:00 +0000</pubDate>
</item>
<item>
<title>How to add new user from REST API on IBM BPMS ?</title>
<link>https://ibm.bpm.tips/3128/how-to-add-new-user-from-rest-api-on-ibm-bpms</link>
<description></description>
<guid isPermaLink="true">https://ibm.bpm.tips/3128/how-to-add-new-user-from-rest-api-on-ibm-bpms</guid>
<pubDate>Wed, 24 Nov 2021 12:05:02 +0000</pubDate>
</item>
<item>
<title>How to use BPM REST API in script with BPMREStRequest()?</title>
<link>https://ibm.bpm.tips/3127/how-to-use-bpm-rest-api-in-script-with-bpmrestrequest</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I need your assistance to use BPM REST API in a script task.&lt;/p&gt;&lt;p&gt;I would like to retrieve task details :&lt;strong&gt; &lt;span style=&quot;-webkit-text-stroke-width:0px; background-color:#ffffff; color:#000000; display:inline !important; float:none; font-family:Arial; font-style:normal; font-variant-caps:normal; font-variant-ligatures:normal; font-weight:400; letter-spacing:normal; text-align:start; text-decoration-color:initial; text-decoration-style:initial; text-decoration-thickness:initial; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px&quot;&gt;/rest/bpm/wle/v1/task/&amp;lt;TASKID&amp;gt;?parts=data&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;-webkit-text-stroke-width:0px; background-color:#ffffff; color:#000000; display:inline !important; float:none; font-family:Arial; font-style:normal; font-variant-caps:normal; font-variant-ligatures:normal; font-weight:400; letter-spacing:normal; text-align:start; text-decoration-color:initial; text-decoration-style:initial; text-decoration-thickness:initial; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px&quot;&gt;I don&#039;t know how to define the BPMRESTRequest.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;-webkit-text-stroke-width:0px; background-color:#ffffff; color:#000000; display:inline !important; float:none; font-family:Arial; font-style:normal; font-variant-caps:normal; font-variant-ligatures:normal; font-weight:400; letter-spacing:normal; text-align:start; text-decoration-color:initial; text-decoration-style:initial; text-decoration-thickness:initial; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px&quot;&gt;Thanks.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;span style=&quot;-webkit-text-stroke-width:0px; background-color:#ffffff; color:#000000; display:inline !important; float:none; font-family:Arial; font-style:normal; font-variant-caps:normal; font-variant-ligatures:normal; font-weight:400; letter-spacing:normal; text-align:start; text-decoration-color:initial; text-decoration-style:initial; text-decoration-thickness:initial; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px&quot;&gt;jpcqr&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>REST API</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3127/how-to-use-bpm-rest-api-in-script-with-bpmrestrequest</guid>
<pubDate>Tue, 16 Nov 2021 16:26:34 +0000</pubDate>
</item>
<item>
<title>How to find an artifact with artifact ID in the Process DB tables ?</title>
<link>https://ibm.bpm.tips/3126/how-to-find-an-artifact-with-artifact-id-in-the-process-db-tables</link>
<description>Hi All,&lt;br /&gt;
&lt;br /&gt;
I have few validation errors saying Artifact is unreachable but im unable to locate it in the BPD that it is showing. Also im not able to get the artifact details by the the artifact ID in any tables in the Product DB. Need some help to solve these kind of errors&lt;br /&gt;
&lt;br /&gt;
Error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pov:validation-err type=&amp;quot;3&amp;quot; messageId=&amp;quot;com.lombardisoftware.server.ejb.persistence.versioning.MutableSnapshotContextImpl.DEPENDENCY_NOT_REACHABLE&amp;quot; message=&amp;quot;Artifact is unreachable: [artifactRef:a1231b-6b17-4056-aaba-26af12312336d]. &amp;nbsp;Make sure it exists in the process application or toolkit. If it exists in another toolkit, ensure that the toolkit is included in the dependency.&amp;quot;</description>
<category>BPD</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3126/how-to-find-an-artifact-with-artifact-id-in-the-process-db-tables</guid>
<pubDate>Mon, 11 Oct 2021 08:59:38 +0000</pubDate>
</item>
<item>
<title>Common JS functions across multiple Human Service scripts</title>
<link>https://ibm.bpm.tips/3123/common-js-functions-across-multiple-human-service-scripts</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Often, I have a function that I want to be able to use in multiple Client-side scripts, in multiple Human Services.&lt;br /&gt;
&lt;br /&gt;
Examples include generic validation functions, date or JSON manipulation...etc&lt;br /&gt;
&lt;br /&gt;
In Coach views, it&amp;#039;s easy to have a common JS file with all the functions, and include it in the &amp;quot;included scripts&amp;quot; of the coach view. But how do I accomplish the same in Client-Side Human Services?</description>
<guid isPermaLink="true">https://ibm.bpm.tips/3123/common-js-functions-across-multiple-human-service-scripts</guid>
<pubDate>Thu, 09 Sep 2021 14:00:09 +0000</pubDate>
</item>
<item>
<title>How to perform few activities in parallel within the Human service to improve performance like auditing and emailing after close of task</title>
<link>https://ibm.bpm.tips/3122/how-perform-few-activities-parallel-within-human-service-improve-performance-like-auditing-emailing-after-close-task</link>
<description>How to perform few activities in parallel within the Human service to improve performance like auditing and emailing after close of task and fetching data before load of coach. We are having performance issue in CSHS.</description>
<category>Client-Side Human Services</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3122/how-perform-few-activities-parallel-within-human-service-improve-performance-like-auditing-emailing-after-close-task</guid>
<pubDate>Mon, 30 Aug 2021 01:42:59 +0000</pubDate>
</item>
<item>
<title>Hi All, I need to get the history of the EPV values changed from the DB2 LSW tables. Could someone help me if they have tried this before ?</title>
<link>https://ibm.bpm.tips/3121/hi-all-need-to-get-the-history-the-epv-values-changed-from-the-db2-lsw-tables-could-someone-help-they-have-tried-this-before</link>
<description>I need to get the details of the EPV values changed on a particular date, the current value and the default value along with the variable name, EPV name, process name. &lt;br /&gt;
&lt;br /&gt;
I have tried checking the tables but didnt find any column for the current value :(&lt;br /&gt;
&lt;br /&gt;
Kindly help.</description>
<category>IBM BPM Administration</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3121/hi-all-need-to-get-the-history-the-epv-values-changed-from-the-db2-lsw-tables-could-someone-help-they-have-tried-this-before</guid>
<pubDate>Wed, 18 Aug 2021 05:15:15 +0000</pubDate>
</item>
<item>
<title>How to Generate PDF from coach View Data and attach that PDF as a Document ?</title>
<link>https://ibm.bpm.tips/3120/how-to-generate-pdf-from-coach-view-data-and-attach-that-pdf-as-a-document</link>
<description>Need to generate PDF as Invoice from Coach UI Data and attache that generated pdf dirctly as Document attachment to same coach UI ?</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3120/how-to-generate-pdf-from-coach-view-data-and-attach-that-pdf-as-a-document</guid>
<pubDate>Tue, 10 Aug 2021 02:22:11 +0000</pubDate>
</item>
<item>
<title>How to use breadcrumbs in BAW ?  I tried by there is less documentation. Can any one share an approach</title>
<link>https://ibm.bpm.tips/3119/how-to-use-breadcrumbs-in-baw-i-tried-by-there-is-less-documentation-can-any-one-share-an-approach</link>
<description></description>
<category>IBM BPM Infrastructure</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3119/how-to-use-breadcrumbs-in-baw-i-tried-by-there-is-less-documentation-can-any-one-share-an-approach</guid>
<pubDate>Mon, 09 Aug 2021 16:16:16 +0000</pubDate>
</item>
<item>
<title>How can we initialize the variable in CoachView</title>
<link>https://ibm.bpm.tips/3118/how-can-we-initialize-the-variable-in-coachview</link>
<description></description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3118/how-can-we-initialize-the-variable-in-coachview</guid>
<pubDate>Thu, 08 Jul 2021 12:48:03 +0000</pubDate>
</item>
<item>
<title>Is the variables pass between Activities are pass by Value or Pass by Reference?</title>
<link>https://ibm.bpm.tips/3117/is-the-variables-pass-between-activities-are-pass-by-value-or-pass-by-reference</link>
<description></description>
<category>IBM BPM Infrastructure</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3117/is-the-variables-pass-between-activities-are-pass-by-value-or-pass-by-reference</guid>
<pubDate>Thu, 08 Jul 2021 12:42:13 +0000</pubDate>
</item>
<item>
<title>I want to restrict user from being searched through &#039;@username&#039; under stream option of task context menu icon.</title>
<link>https://ibm.bpm.tips/3113/i-want-to-restrict-user-from-being-searched-through-%40username-under-stream-option-of-task-context-menu-icon</link>
<description>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=9647724851306051192&quot; style=&quot;height:197px; width:240px&quot;&gt;Process portal is showing list of all AD users under stream option. I want limited user to be searched based on role, under stream option of task context menu icon through &#039;@username&#039;.&lt;br&gt;&lt;br&gt;I checked in task stream control of responsive portal component toolkit, but didn&#039;t find any helpful.&lt;/p&gt;</description>
<category>Portal</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3113/i-want-to-restrict-user-from-being-searched-through-%40username-under-stream-option-of-task-context-menu-icon</guid>
<pubDate>Thu, 10 Jun 2021 10:05:26 +0000</pubDate>
</item>
<item>
<title>How to get row data based on row index in BAW Table</title>
<link>https://ibm.bpm.tips/3110/how-to-get-row-data-based-on-row-index-in-baw-table</link>
<description>I&amp;#039;m using IBM BAW OOTB SparkUI Table. I created list of objects and mapped to table. With Single Select configuration i tried to get the row index but i&amp;#039;m getting message as &amp;quot;Selected row has index undefined&amp;quot;. I tried all possible solutions across search but I couldn&amp;#039;t fix it. I tried Event section to get the row index. Any code sample would be highly appreciated. &lt;br /&gt;
&lt;br /&gt;
Verified all solutions&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.ibm.com/docs/en/baw/19.x?topic=toolkit-table&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.ibm.com/docs/en/baw/19.x?topic=toolkit-table&lt;/a&gt;</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3110/how-to-get-row-data-based-on-row-index-in-baw-table</guid>
<pubDate>Tue, 25 May 2021 14:07:15 +0000</pubDate>
</item>
<item>
<title>We need to extract all the resources(JMS,Connnection factories,queue connection factories,etc) which are seen on BPM WAS console as we have around 400 resources configured ,so to configure it manually it will be a very tedious task. Kindy let me know how i can extract the resources from backend linux server and import it into my new BAW 20 server?</title>
<link>https://ibm.bpm.tips/3104/extract-resources-connnection-factories-connection-factories-resources-configured-configure-manually-resources</link>
<description>Current &lt;br /&gt;
&lt;br /&gt;
BPM version -- 8.5.0.2 &lt;br /&gt;
&lt;br /&gt;
WAS version-- 8.5.5.13&lt;br /&gt;
&lt;br /&gt;
Migrating to:-&lt;br /&gt;
&lt;br /&gt;
BAW20.0.0.2</description>
<category>IBM BPM Installation</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3104/extract-resources-connnection-factories-connection-factories-resources-configured-configure-manually-resources</guid>
<pubDate>Mon, 10 May 2021 13:11:02 +0000</pubDate>
</item>
<item>
<title>How i can access the Redhat/Repo to Install BAW-Docker-Images ?</title>
<link>https://ibm.bpm.tips/3102/how-i-can-access-the-redhat-repo-to-install-baw-docker-images</link>
<description>There are Images on the RedHat - Repository, i like to use it, for &lt;br /&gt;
a test/dev Installation on a Docker-Infrastructure. &lt;br /&gt;
&lt;br /&gt;
There is a &amp;quot;hint/little&amp;quot; Note - &amp;quot;IBM-Entitlements&amp;quot; - Key... required for &amp;quot;Third Party-Access&amp;quot; - ?!</description>
<category>IBM BPM Installation</category>
<guid isPermaLink="true">https://ibm.bpm.tips/3102/how-i-can-access-the-redhat-repo-to-install-baw-docker-images</guid>
<pubDate>Thu, 15 Apr 2021 11:31:09 +0000</pubDate>
</item>
<item>
<title>How to find the dependent toolkits hierarchy in IBM BPM? I want the details as mentioned in the diagram below. Is there any way in LSW tables or system APIs ?</title>
<link>https://ibm.bpm.tips/2998/how-find-the-dependent-toolkits-hierarchy-ibm-bpm-want-the-details-mentioned-the-diagram-below-there-tables-system-apis</link>
<description>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=17746734470295043917&quot; style=&quot;height:355px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Toolkits</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2998/how-find-the-dependent-toolkits-hierarchy-ibm-bpm-want-the-details-mentioned-the-diagram-below-there-tables-system-apis</guid>
<pubDate>Wed, 10 Mar 2021 14:35:40 +0000</pubDate>
</item>
<item>
<title>BAW SYSTEM TOOLKIT</title>
<link>https://ibm.bpm.tips/2997/baw-system-toolkit</link>
<description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;after upgrading from BPM 8.5.0.1 to BAW 20 I have 2 system toolkits&lt;/p&gt;&lt;p&gt;8.6.0.0_TC&lt;/p&gt;&lt;p&gt;8.6.0.0&lt;/p&gt;&lt;p&gt;Why?&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=14091763541012926567&quot; style=&quot;height:291px; width:559px&quot;&gt;&lt;/p&gt;&lt;p&gt;8.6.0.0_TC is used&amp;nbsp;from UI Toolkit but 8.6.0.0_TC has only this services...&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=7311191744775391441&quot; style=&quot;height:226px; width:312px&quot;&gt;&lt;/p&gt;&lt;p&gt;In my process app I must use 8.6.0.0?&lt;/p&gt;</description>
<category>Toolkits</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2997/baw-system-toolkit</guid>
<pubDate>Wed, 10 Mar 2021 05:59:40 +0000</pubDate>
</item>
<item>
<title>Custom coachview for calculating difference between two dates</title>
<link>https://ibm.bpm.tips/2996/custom-coachview-for-calculating-difference-between-two-dates</link>
<description>I want to design a coachview to calculate difference between two dates.</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2996/custom-coachview-for-calculating-difference-between-two-dates</guid>
<pubDate>Mon, 08 Mar 2021 10:11:36 +0000</pubDate>
</item>
<item>
<title>How to show the current username (or full name) of the user that has initiated a process?</title>
<link>https://ibm.bpm.tips/2995/how-to-show-the-current-username-or-full-name-of-the-user-that-has-initiated-a-process</link>
<description>&lt;p&gt;I&#039;ve a form like this one below.&lt;/p&gt;&lt;p&gt;How do I show the current logged in user on the textbox which says SHOW USERNAME HERE? I want to show the full name of the user that has initiated the task.&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibm.bpm.tips/?qa=blob&amp;amp;qa_blobid=2040880228202365562&quot; style=&quot;height:377px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Activities &amp; Tasks</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2995/how-to-show-the-current-username-or-full-name-of-the-user-that-has-initiated-a-process</guid>
<pubDate>Thu, 04 Mar 2021 05:33:06 +0000</pubDate>
</item>
<item>
<title>How to calculate progress formula on progress bar depending on file upload size?</title>
<link>https://ibm.bpm.tips/2994/how-to-calculate-progress-formula-on-progress-bar-depending-on-file-upload-size</link>
<description>Hi,&lt;br /&gt;
I&amp;#039;ve a BPM_File_Uploader component and wanted to show a progress bar while the document is being uploaded.&lt;br /&gt;
&lt;br /&gt;
How do I calculate the progress formula based on file upload? How the file is being uploaded the progress bar will be filled..</description>
<category>Activities &amp; Tasks</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2994/how-to-calculate-progress-formula-on-progress-bar-depending-on-file-upload-size</guid>
<pubDate>Thu, 04 Mar 2021 05:24:25 +0000</pubDate>
</item>
<item>
<title>Filtering table data on load</title>
<link>https://ibm.bpm.tips/2993/filtering-table-data-on-load</link>
<description>I have list which contains all liabilities of person.&lt;br /&gt;
&lt;br /&gt;
On loading this list object I want to show only active liabilities, not to loose other ones.</description>
<guid isPermaLink="true">https://ibm.bpm.tips/2993/filtering-table-data-on-load</guid>
<pubDate>Sat, 13 Feb 2021 05:47:44 +0000</pubDate>
</item>
<item>
<title>ERROR -  NameValuePair business object couldn&#039;t be updated when trying to generate an external service that you can use in a service flow</title>
<link>https://ibm.bpm.tips/2992/error-namevaluepair-business-object-couldnt-updated-when-trying-generate-external-service-that-you-can-service-flow</link>
<description>&lt;p&gt;I am trying to&amp;nbsp;&lt;span style=&quot;color:#323232; font-family:ibm-plex-sans,&amp;quot;Helvetica Neue&amp;quot;,Arial,sans-serif&quot;&gt;generate an external service that you can use in a service flow using the following step by step : (&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#323232; font-family:ibm-plex-sans, Helvetica Neue, Arial, sans-serif&quot;&gt;&lt;a href=&quot;https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.6.0/com.ibm.wbpm.wle.editor.doc/topics/textsrvweb.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.6.0/com.ibm.wbpm.wle.editor.doc/topics/textsrvweb.html&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color:#323232; font-family:ibm-plex-sans,&amp;quot;Helvetica Neue&amp;quot;,Arial,sans-serif&quot;&gt;&amp;nbsp;)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#323232; font-family:ibm-plex-sans,&amp;quot;Helvetica Neue&amp;quot;,Arial,sans-serif&quot;&gt;But the following errors occur:&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;color:#323232; font-family:ibm-plex-sans, Helvetica Neue, Arial, sans-serif&quot;&gt;com.ibm.bpm.service.discovery.exception.ws.discovery.NotAbleToUpdateBOException: CWXSD0007E: The NameValuePair business object couldn&#039;t be updated. To ensure the business object is updated, discover the external service from the process app or toolkit that contains the business object.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Whitney,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif; white-space:break-spaces&quot;&gt;The problem is that the process application is using the System Data toolkit, in which the NameValuePair business object is defined and should not be changed. The external service that we are trying to generate from a URL uses the ibm scheme for that object.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Integrations</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2992/error-namevaluepair-business-object-couldnt-updated-when-trying-generate-external-service-that-you-can-service-flow</guid>
<pubDate>Fri, 29 Jan 2021 15:36:41 +0000</pubDate>
</item>
<item>
<title>autofit table</title>
<link>https://ibm.bpm.tips/2991/autofit-table</link>
<description>how to autofit table by content?</description>
<category>Coach Views</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2991/autofit-table</guid>
<pubDate>Thu, 24 Dec 2020 10:18:29 +0000</pubDate>
</item>
<item>
<title>how to read file from temp folder</title>
<link>https://ibm.bpm.tips/2990/how-to-read-file-from-temp-folder</link>
<description>&lt;p&gt;Hi, need suggestion how to read file from shared folder in ibm bpm server. i have create script to write file in service flow but there is no sample to read file from share folder.&lt;/p&gt;&lt;p&gt;//Below code converts the file content string in to byte[] (byte array).&lt;/p&gt;&lt;p&gt;var byteValue = Packages.java.lang.String(tw.local.ContentStream.content).getBytes();&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;// Below code, decodes the above Base64 byte array in to use format of byte[] (byte array)&lt;/p&gt;&lt;p&gt;var content64 = Packages.org.apache.commons.codec.binary.Base64.decodeBase64(byteValue);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;var fileName=&quot;/opt/docs/&quot; + tw.local.ContentStream.fileName ;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var file = new Packages.java.io.File(fileName);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// if file doesnt exists, then create it&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!file.exists()) {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file.createNewFile();&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //change permission to 777 for all the users&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //no option for group and others file.setExecutable(true, false);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file.setReadable(true, false);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file.setWritable(true, false);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var fop = new Packages.java.io.FileOutputStream(file);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fop.write(content64);&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Process Center</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2990/how-to-read-file-from-temp-folder</guid>
<pubDate>Mon, 07 Dec 2020 07:10:44 +0000</pubDate>
</item>
<item>
<title>What are the challenges to be faced after upgrading IBM BPM 5.6 to IBM BAW 19.0.3 in terms of CSHS and Integrating Services</title>
<link>https://ibm.bpm.tips/2989/what-are-the-challenges-to-be-faced-after-upgrading-ibm-bpm-5-6-to-ibm-baw-19-0-3-in-terms-of-cshs-and-integrating-services</link>
<description></description>
<category>Client-Side Human Services</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2989/what-are-the-challenges-to-be-faced-after-upgrading-ibm-bpm-5-6-to-ibm-baw-19-0-3-in-terms-of-cshs-and-integrating-services</guid>
<pubDate>Sun, 22 Nov 2020 12:34:10 +0000</pubDate>
</item>
<item>
<title>how to hide dashboard in process portal ?</title>
<link>https://ibm.bpm.tips/2984/how-to-hide-dashboard-in-process-portal</link>
<description>After launching the portal , i wanted to hide dashboard board and go directly to landing page. Is there a way this can be configured ?</description>
<category>Portal</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2984/how-to-hide-dashboard-in-process-portal</guid>
<pubDate>Thu, 29 Oct 2020 19:17:03 +0000</pubDate>
</item>
<item>
<title>Assign activity to several users</title>
<link>https://ibm.bpm.tips/2981/assign-activity-to-several-users</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have loan approval process. For activity &amp;quot;Aprove Loan&amp;quot; there are several users who must complete this task. &lt;br /&gt;
&lt;br /&gt;
How can I collect this approvals without dublication activities?</description>
<category>Activities &amp; Tasks</category>
<guid isPermaLink="true">https://ibm.bpm.tips/2981/assign-activity-to-several-users</guid>
<pubDate>Wed, 09 Sep 2020 05:52:13 +0000</pubDate>
</item>
</channel>
</rss>