I'm working on a web app that uses the Activiti engine. I currently have my app dynamically producing forms based on formProperties.getType() and it's working quite well.
The next thing I want to work on is interaction rules, e.g. selecting a certain item in a drop down makes a textarea appear, etc.
So I was wondering if Activiti has any in-built features that could help. I ask this because I'm still fairly new with Activiti and I've already made the mistake of spending a lot of time trying to do something that Activiti can already do.
I hope I'm making sense.