Hi Ivan,
I don't think you can. The IBM BPM toolkits are not designed to house stuff related to process instances for example:
- You can't start a process by name in toolkits nor looking for ones
- Anything related to UCA
These things have to be used within the process apps.
Maybe you can use REST API to start your process in your toolkits instead?
Regards,
Thong
------------------------------
Thong Huynh
Sydney NSW
------------------------------
Original Message:
Sent: Mon April 05, 2021 12:50 PM
From: Ivan Martinez Villegas
Subject: Use tw.system.startProcessByName(name, inputValues) to start a process instance from a toolkit
I have a requirement to start a process instance from a toolkit using a web service, I get all the data right but when I start the Process using tw.system.startProcessByName(name, inputValues) I get the following error "Unkown BPD with name="processName"
How can I use tw.system.startProcessByName from a toolkit?
------------------------------
Ivan Martinez Villegas
------------------------------