Find out flow reference point

Share and discuss your flows and ideas with other users.

Moderator: Martin

Post Reply
yxd0018
Posts: 85
Joined: 05 Dec 2018 15:14

Find out flow reference point

Post by yxd0018 » 16 Dec 2018 16:42

Is there a way to trace back the calling sequence of flow? The log only shows the current flow, not the caller.

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

Re: Find out flow reference point

Post by digitalstone » 16 Dec 2018 22:26

You can use the variable "trigger" to know which trigger set off the running instance.
To know which flow that exactly was, you could create an additional scriptline such as:

Code: Select all

flowOrigin=flow_name
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

yxd0018
Posts: 85
Joined: 05 Dec 2018 15:14

Re: Find out flow reference point

Post by yxd0018 » 19 Dec 2018 12:59

Thanks

Post Reply