One of the missing control from IBM BPM 8.5.7 Responsive Coaches components is the Link control. To achive this we need to create our custom control and use it or if you have Spark UI Toolkit, then you can use the Link control.
The control has two use types: URL and Boundary Event.
Link as URL:
You can set the Link Type behavior to URL and provide the inline URL or bind the variable having valid URL. By default the URL link will open in new window. If you want to replace the existing window, you can check the option Open in Same Window.
Link as Boundary Event:
You can also use the Link control to inact as button and can define the navigation flow in the service. For this you need to set the Link Type as Boundary Event. No need to provide any URL as it'll anyway ignore it. Now you can draw the sequence line for the Link control and have your flow and code in place. But interesting part to do here is check the Open in Same Window. If you don't enable this check box, in IE11 the Link click will open new error Tab in the browser along with the navigation flow. Yes it's wierd behavior and stupid fix :D
Cheers, Saroj
The control has two use types: URL and Boundary Event.
Link as URL:
You can set the Link Type behavior to URL and provide the inline URL or bind the variable having valid URL. By default the URL link will open in new window. If you want to replace the existing window, you can check the option Open in Same Window.
Link as Boundary Event:
You can also use the Link control to inact as button and can define the navigation flow in the service. For this you need to set the Link Type as Boundary Event. No need to provide any URL as it'll anyway ignore it. Now you can draw the sequence line for the Link control and have your flow and code in place. But interesting part to do here is check the Open in Same Window. If you don't enable this check box, in IE11 the Link click will open new error Tab in the browser along with the navigation flow. Yes it's wierd behavior and stupid fix :D
Cheers, Saroj
This issue is fixed in the SPARK UI Toolkit 4.4.7
ReplyDelete