Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi, I want to define an event in a task at BPM. I want the action event I defined to take parameters. I added a flow service as WSDL with the Web Service Connector. The service I added should take a parameter called TaskID. How can I do this? Thanks
@musicmen, taskinfo should contain your taskID. So try mapping your taskinfo/taskID → BusinessData/CustomString or even set your taskinfo as part of your business data. So when you invoke the service from the event action , You service input signature should contain the information which you need.
how can I trigger an event action? I chose assigned type. I created and added a log or insert service as a Test, but it didn’t trigger it.