Hi
I have a need where I need Flowable keep polling/hitting ( in an interval of every 15 mins) an API to check if a certain event have taken place ( by checking the response of the API) and when desired response is there, I need Flowable to trigger so other Flowable processes ( which I have already written).
Can you suggest, when is the best way to do this in Flowable ?
Thanks
Vinay