Workflow condition is set to date field insert or update but the context is not getting attached every time the field is updated.Issue Workflow condition is set to date field insert or update but the context is not getting attached every time the field is updated.ResolutionThis is expected behaviour. - A new workflow context will not get attached every time the field is update. - A new workflow context gets attached only when the record is created or updated and the condition is satisfied if there is already no running workflow context available.- Even if the workflow context is finished, it won't attach a new context if the workflow version is same. It attaches a workflow only once.- You could look into restarting workflow using scripting possibly if that is what is desired. At a high level, one option might be to create an 'on update' business rule to restart the workflow if desired.- Here is a reference to assist regarding restarting workflow:https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=r_WF-restartWorkflow_GR_B