03-19-2007 09:15 AM
else if (key.equals(ContentModel.PROP_OWNER))
{
if (value != null && !(value instanceof String))
{
throw new WorkflowException("Task owner '" + value + "' is invalid");
}
String actorId = (String)value;
String existingActorId = instance.getActorId();
if (existingActorId == null || !actorId.equals(existingActorId))
{
instance.setActorId((String)value);
}
continue;
}
if (existingActorId == null || !existingActorId.equals(ActorId))
{
instance.setActorId((String)value);
}
03-19-2007 10:32 AM
03-19-2007 10:45 AM
03-19-2007 10:53 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.