Dear Sir/Mdm,
I have a form with date and duration (time) widget. I want to know when the user set a date and time in the widget, he/she can trigger the next task to user on the date time he/she select? Can it be done?
Thanks!
Dear Sir/Mdm,
I have a form with date and duration (time) widget. I want to know when the user set a date and time in the widget, he/she can trigger the next task to user on the date time he/she select? Can it be done?
Thanks!
By trigger next task, its like submitting the current task. Whats the point of your question? Do you want a dashboard to control activities?
Hi,
Once the new date and time is entered you need to calculate the duration between the current time and the date and time entered.
Eg:
duration = enteredDateTime - Current System Datetime
This can be done in groovy script and you can assign this duration to a variable.
Now you can set a timer to trigger an event after this duration. Which will tirgger process for you.
PS. Mask as helpful tick if this solves your problem.
Hi !.
It is like a schedule,
the User chooses the date (date widget) and time (duration widget), and the next task will be launched with what he chose in form.
With the variable type date as a condition in the intermediate time, I managed to do this with the built-date with the time (yyyy / mm / dd HH: mm: ss), but I’d like to do it separately using the duration widget to set the time that the User wants.
how can I make it?
Thanks!
What about this idea
You cant change Assignation Date, but you can Reaasign a task