cant delete/cancel workflow instance
Hi there,we are using alfresco community edition V.4.0bI wanted to delete all workflow instances (assuming this will delete all tasks as well).So i wrote a webscript:var wfDefs = workflow.getAllDefinitions();for (i in wfDefs) { var wfDef = wfDefs[i...