Search found 4 matches

by magician
20 Mar 2015 22:50
Forum: General
Topic: Calling flow with param(s)
Replies: 4
Views: 16049

Re: Calling flow with param(s)

To mcyber: Yes, exactly! There is no problem to do same thing with 2 actions: first is SCRIPT to set values to variables and second is EXECUTE FLOW, however in my flow I call one "subflow" about 10 times and I only need to change parameter. So I found this solution how to call flow with param define...
by magician
14 Mar 2015 16:11
Forum: General
Topic: Calling flow with param(s)
Replies: 4
Views: 16049

Calling flow with param(s)

I don't like to make 2 action to call flow and pass param. So here is workaround how to pass param to called flow with just single command: Create action: Execute flow as Flow Pattern List put: {a='value1'; b='value2'; f='FlowA'} This will call flow named FlowA, inside that flow you can read local v...
by magician
19 Feb 2015 08:26
Forum: User Help / Bug Reports
Topic: Control from Lock Screen on Android 5.0 (Lollipop)
Replies: 2
Views: 7319

Re: Control from Lock Screen on Android 5.0 (Lollipop)

Marin,

thank you for the answer.
First variant did really required unlock the screen to make choice,

however second variant with user widget works perfect.

George
by magician
18 Feb 2015 10:07
Forum: User Help / Bug Reports
Topic: Control from Lock Screen on Android 5.0 (Lollipop)
Replies: 2
Views: 7319

Control from Lock Screen on Android 5.0 (Lollipop)

Hello, is it possible on Android 5.0 (Lollipop) (Samsung Galaxy S5) to run Flow by pressing (or doing something) on lock screen? I can create icon+info in taskbar, which is displayed on lock screen. However, how can I make to run some flow if I eg. click on lock screen on created icon or on whole cr...