Hi all,
the standard bpm odata service (task.svc) returns task entries with Edm.DateTimeproperties with the following values:
<d:StartDeadLine></d:StartDeadLine>
<d:CompletionDeadLine></d:CompletionDeadLine>
<d:ExpiryDate></d:ExpiryDate>
Thus, the value of these properties is actually '' (the empty string).
Even though the $metadata of the service specifies that these fields are nullable, in this case they are not null, they are simply equal to ''
As a consequence, I'm unable to consume this service from a Java client (Olingo) because the received data is not in a correct dateTime format.
Can anyone please share some insight?
Thanks, regards
Vincenzo