How to use Service task with timer?

Hello guys,
I’m new in Flowable Designer, I wanted to create a workflow for a user.

When the User registers to our platform then wait for 7days to again login back. If the user logged in then End Process else send First Reminder email for login and again wait for the next 7days… If the user is not coming to our platform then finally end the process.
So anyone can suggest to me how to use a service task with a timer event.

Hi Mansi,

Service task is not a wait state. Its purpose is to execute logic and continue till the wait state.

I would use intermediate timer to wait 7 days. When user logs in during 7 days time interval you can cancel process instance.

Regards
Martin