01-29-2015 09:12 AM
<activiti: formProperty id = "pname" name = "pname" type = "string" expression = "#{person.name}" />
02-02-2015 08:52 AM
02-02-2015 09:18 AM
Map <String, String> properties = new HasMap <> ();
properties.put ("pname", "test");
formService.submitTaskFormData (taskid, properties);
02-02-2015 09:55 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.