What is the correct format of dateTime in XPath expressions?
I’m trying to set dynamically timeout of AND JOIN step in my process to absolute value specifiied in a document in global data.
It works fine for a date but time is always being set to midnight regardless of what is specified in realizationDate string.
I tried with several date formats but none of them worked (time is always truncated):
2005-09-29 12:54:14 CEST
2005-09-29 12:54:14
2005-09-29 12:54
2005-09-29T12:54:14
2005-09-29T12:54:14Z
2005-09-29T12:54:14-05:00
Is that webMethods bug or am I using wrong time format?
Regards,
Piotr
#BPM#webMethods-BPMS#webMethods