List of Contributions

Ailin Cao

IBM

Contact Details

IBM

My Content

1 to 14 of 14 total
Posted By Ailin Cao Mon March 07, 2022 05:42 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
I am trying to export to BPMN 2.0 from BAW to import into BlueWorks Live. https://www.ibm.com/docs/en/baw/19.x?topic=repository-importing-exporting-bpmn-models The documentation seems clear, however, there is no BPMN 2.0 export option, only "Export this project to be shared or backed up (.twx)" or ...
Posted By Ailin Cao Mon March 07, 2022 11:23 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Thanks Atanu for your help. I eventually discovered the error is in var tempTeam = tw.system.org.findRoleByName(tw.local.originalTeam.members[i]).users; .users was not retrieving any users. I switched to .allUsers and it is working as expected. Maybe the BAW training document should be updated ...
Posted By Ailin Cao Mon January 10, 2022 12:21 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
We have a team filter service that was working until we added custom groups to the team. Now it throws this error: CWTBG0019E: Unexpected exception during execution. Internal Script error: com.lombardisoftware.core.TeamWorksRuntimeException: com.lombardisoftware.core.TeamWorksException: Type mismatch. ...
Posted By Ailin Cao Sun September 05, 2021 07:01 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
If you can somehow make a copy of the Process Diagram view from the Dashboards toolkit, drop it into a coach view, and add the following custom HTML button that will print to pdf on click, the user could manually print to pdf. Custom HTML button: Print ------------------------------ Ailin ...
Posted By Ailin Cao Sun September 05, 2021 03:31 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
I'm following the documentation for working with BPM documents to convert Base64 to binary , however in the service I am building, in the script task, I see the error: 'Packages' is not defined. What am I missing? This is the documentation: Working with document content Documentation code I am ...
Posted By Ailin Cao Sun September 05, 2021 03:51 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Thanks for the support! It turns out the body wasn't being passed in the request because BAW needs the body to be formatted as request.parameters = ( "body": ("sampleParameter": "sampleParameterValue")). I had left out the "body" part. ------------------------------ Ailin Cao Associate Application ...
Posted By Ailin Cao Fri August 20, 2021 05:43 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
I am sending a BPMRESTRequest to retrieve a token from DataPower. The JSON validator finds the body is valid JSON, and the body works when sent through Postman, but the request fails in BAW with: ("httpStatusCode":500,"httpStatusMessage":"Internal Server Error","content":"(\"error\":\"env:Client ...
Posted By Ailin Cao Fri August 20, 2021 03:17 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Thank you! This has resolved the error. ------------------------------ Ailin Cao Associate Application Developer IBM ------------------------------
Posted By Ailin Cao Thu August 19, 2021 04:12 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
In BAW v20, when I try to call external REST APIs for AWS databases, I encounter this error: JavaException: com.lombardisoftware.core.TeamWorksException: java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: PKIX path building failed: com.ibm.security.cert.IBMCer ...
Posted By Ailin Cao Wed June 09, 2021 01:12 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Thanks Atanu! We ended up converting back to Traditional environment and 8.6.0.0 as the simplest solution. ------------------------------ Ailin Cao Associate Application Developer IBM ------------------------------
Posted By Ailin Cao Mon June 07, 2021 11:53 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Hi all, Given a series of parallel CSHSs (generated with a pair of split, join gateways), how do you recommend managing simultaneous changes to a shared list object (aka a table)? Even when the table is bound to a shared business object list, when two users add a row to the table at the ...
Posted By Ailin Cao Sat May 29, 2021 02:19 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Because the Send Email with SMTP service was deprecated and removed from the System toolkit, and the client does not have Content Integration Designer, I found another toolkit with the functionality: ibmbpm/Integration-Samples However, when I use the sendMessage service, it generates the following ...
Posted By Ailin Cao Mon May 24, 2021 11:20 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
I encountered this problem. For future reference, some objects (e.g. Map data type) display as in the debugger, although the data does exist and the code will run as normal. You can confirm this hidden data by creating DEBUG variables e.g. tw.local.DEBUG_resultsLength = tw.local.ecmSearchResul ...
Posted By Ailin Cao Mon May 10, 2021 08:28 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Hi, I'm new to case and just following this tutorial: https://developer.ibm.com/recipes/tutorials/design-business-automation-workflow-case-solutions-using-bpmn-processes/ When I click the deploy the changed solution artifacts to test environment button, it fails. I get the following error: "The ...