if(formPlugin!=null)
{
for(ProcessDefinitionRef def : processDefinitions)
{
URL processFormURL = formPlugin.getDispatchUrl(
new FormAuthorityRef(def.getId(), FormAuthorityRef.Type.PROCESS)
);
if(processFormURL!=null)
{
def.setFormUrl(processFormURL.toExternalForm());
}