02-09-2012 09:53 AM
org.activiti.engine.ActivitiException: Unknown property used in expression.
private Expression nome;
in bpmn20.xml<activiti:field name="name" expression="${nome}" />
String nameValue = null;
if(name != null) {
nameValue = (String) name.getValue(execution);
person.setName(nameValue);
}
02-29-2012 10:38 AM
<scriptTask id="anything" scriptFormat="groovy">
<script>
try { personName; } catch (MissingPropertyException mpe) { personName = ""; }
</script>
</scriptTask>
02-29-2012 11:58 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.