Dear All,
I have created a workflow for deadlines, and I want the user to receive a notification 1 week before the deadline. the class contains these properties: date of creation and date of deadline and I created this workflow:
NO STATE -> submit assignment -> deadline notification
the arrow between submit assignment and deadline notification I created a trigger where if date of deadline is DaysFrom() < 7 and I also added an email notification on the state "deadline notification". is my way correct? or is there an easier way to implement my case?