Req variable click_state from widget
Posted: 01 Oct 2015 03:51
Since AM didn't have supplied variable when clicked from widget.
I would like to request supplied variable click_state from the widget.
Currently, I design using 2 flows for detect click_state.
Widget -> Action Execute Flow "Clicked ABC"
Flow "Clicked ABC" -> Action Script to set variable click_state = true; -> Action Execute Flow "ABC"
(I would like to request execuseFlow() and exitScript() functions too.)
Flow "ABC" -> ... Do the real tasks ...
I would like to request supplied variable click_state from the widget.
Currently, I design using 2 flows for detect click_state.
Widget -> Action Execute Flow "Clicked ABC"
Flow "Clicked ABC" -> Action Script to set variable click_state = true; -> Action Execute Flow "ABC"
(I would like to request execuseFlow() and exitScript() functions too.)
Flow "ABC" -> ... Do the real tasks ...