Not sure that I quite understand your question, but I will answer as best I can.
Create a Varaible for your workflow that is of type Date/Calendar/JodaTime/whatever you want/need
Initialize that date in your first step (or add a step for initialization) (or pass it into your workflow already initialized as a parameter)
In each step of your workflow add your logic for the due date check.