Workflow Timer Script Example
You can never get enough examples, so I've included a small example of a workflow timer that pulls a Catalog Item form variable and calculates a time to wait from that date. //get term_datetime variablevar termDate = new GlideDateTime();termDate.setD...
