What is the format for dueDate?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2012 05:24 PM
Hello,
I am new to Activiti. I have, I think, everything setup. I am in eclipse, I have built and deployed some test business processes to the engine server (the demo server - I have yet to figure out how to build a real deployment, not demo, and deploy it to an existing tomcat server. Maybe this will be my next question). Anyway, In one of my user tasks, I simply want to enter a due date. I've tried 02/05/2012, 2/5/2012, 2012-02-05, and they all throw an exception after I deploy the process and try to start it.
There is probably a simple answer, but, what is the correct date format to fill in while editing a task in the designer?
Thank you,
Peter.
I am new to Activiti. I have, I think, everything setup. I am in eclipse, I have built and deployed some test business processes to the engine server (the demo server - I have yet to figure out how to build a real deployment, not demo, and deploy it to an existing tomcat server. Maybe this will be my next question). Anyway, In one of my user tasks, I simply want to enter a due date. I've tried 02/05/2012, 2/5/2012, 2012-02-05, and they all throw an exception after I deploy the process and try to start it.
There is probably a simple answer, but, what is the correct date format to fill in while editing a task in the designer?
Thank you,
Peter.
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2012 08:54 AM
Can anyone please help?
thank you.
thank you.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2012 03:01 AM
Check the ISO 8601 standard. See http://en.wikipedia.org/wiki/ISO_8601
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2012 09:25 AM
Hey, i have the same problem
I've seen the wiki link but they use yyyy-mm-dd or yyyy-mm-dd hh:mm but this doesn't work
Could someone help us ?
I've seen the wiki link but they use yyyy-mm-dd or yyyy-mm-dd hh:mm but this doesn't work
Could someone help us ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2012 10:22 AM
Try to put a T between the date and time because that is what 'they' do… (and/or read the bpmn spec and/or look at the activiti testcases)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 08:49 AM
I ve already looked into the sources and don't really know how it could work.
In fact they use the string you pass in parameter as dueDate and try an "instanceof Date" on it.
But, in the TypeConverterImpl, they forget the DateConverter, don't they ?
So… does it need an upgrade ?
In fact they use the string you pass in parameter as dueDate and try an "instanceof Date" on it.
But, in the TypeConverterImpl, they forget the DateConverter, don't they ?
So… does it need an upgrade ?
