Enable Disable Microflow Timer widget based on flag

0
We are using Microflow timer to trigger certain microflow to check status of certain backend operation with REST API call.   This timer should be enabled and disabled based on certain condition (We have Boolean flag available in Datasource Entity which we are updating based on certain conditions and have also used same member in Context option. In trigger Microflow we are returning true/false assuming it will continue or stop timer widget based on return value.)    Somehow timer always starts irrespective of Flag which is set in Timer Widget Context. also it keeps running irrespective of Return value trigger microflow.
asked
1 answers
1

Dear Rajesh,

 

As a workaround You could probably put the Timer inside a container which is included in a Dataview as an example, control the visibility of the container using your attribute, if its visible it will run else it would not.

 

Thanks,

Sufian.

answered