Can anyone tell me what the format options for configuring the SLA Due Date in cases/processes/tasks?
Neither the docs not Maciej Swiderski's blog's on the subject describe the format options. There is a video where the value "1m" is entered, which indicates that is expecting a duration (though not quite in the java format). Are there any other format options?
Also, can the SLA be set dynamically? I tried setting a variable #{caseFile_sla}, and passing in a value when I started the case, but this came back with an error ("Unexpected error during processing request "Error parsing time string: [ #{caseFile_sla} ]""). This is possibly a bug, because it seems to work for a standard process, but not for a case.
For cases, It would be really good to be able to set an absolute "due date", rather than an "SLA duration". Eg. this case must be completed by June 5th. Also, often the SLA needs to be calculated, eg. 5 business days. So, only being able to hard-code an SLA is rather restrictive.
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/06955704-fca9-488c-937d-6f16377b4c2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is is a duration expression like:Can anyone tell me what the format options for configuring the SLA Due Date in cases/processes/tasks?1ms - one millisecond1s- one second1m - one minute1h - one hour1d - one dayNot at the moment, duration is the most flexible option to represent time within process definitionNeither the docs not Maciej Swiderski's blog's on the subject describe the format options. There is a video where the value "1m" is entered, which indicates that is expecting a duration (though not quite in the java format). Are there any other format options?Yes you can do so but I believe it was added after 7.7 was released so it will be available in 7.8Also, can the SLA be set dynamically? I tried setting a variable #{caseFile_sla}, and passing in a value when I started the case, but this came back with an error ("Unexpected error during processing request "Error parsing time string: [ #{caseFile_sla} ]""). This is possibly a bug, because it seems to work for a standard process, but not for a case.That’s already there (7.8) and should cover most of the needsFor cases, It would be really good to be able to set an absolute "due date", rather than an "SLA duration". Eg. this case must be completed by June 5th. Also, often the SLA needs to be calculated, eg. 5 business days. So, only being able to hard-code an SLA is rather restrictive.
Maciej
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-...@googlegroups.com.
...
For cases, It would be really good to be able to set an absolute "due date", rather than an "SLA duration". Eg. this case must be completed by June 5th. Also, often the SLA needs to be calculated, eg. 5 business days. So, only being able to hard-code an SLA is rather restrictive.
That’s already there (7.8) and should cover most of the needs
Maciej