workflow modeler version 1.0.0.1does anyone know if there is a way to schedule the execution of a task without using opendeploy?i want to know if there is a way to specifically deploy on a schedule, but also, might need to be able to schedule the execution of a user task.thanks.
the dummy task allows for the absolute or relative delay from the time of execution. but what if i know that i want it to run at the next occurrence of a certain time of day, or day of month, etc.for example, if i want the task to run at the next 12:00AM, no matter what day it is.is there a way to configure, or assign the "absolute" date from within the workflow, as the workflow is being executed? or is the only way to assign that value through the modeler?or is there possibly another solution?-e
back in 5.5.2 the value provided for SetTimeout was based in seconds
thanks for the help everyone.ghoti, yes, you understood the problem correctly.what i really needed to do was to figure out a way to programatically set the "timeout duration" attribute of a timeout link.as it turns out, as moonkhanna pointed out, i was able to use a script variable and write some javascript that output a time in one of the formats that ISCBorisB indicated.the solution was sufficient, although, i don't know if it was the BEST way to do it.anyway, now i have a solution. but if anyone has a better way to do it, i'd be interested in hearing about it.thanks again.