Hi all! I'd like to know if it's possible to create a condition on a Sequence Flow based on a Date ? (I'd need to check if the date, entered in a form, is not older than 10 days from now). Thanks a lot Frank
Yes, you can use java EL in there and do anything you can in EL. Including e.g. Calling a cdi bean, springbean or plain java. I do not ave a system ad hand where I can create an example, but you can give it a try I think.