Skip to content

Instantly share code, notes, and snippets.

@sujaypillai
Created June 27, 2016 10:59
Show Gist options
  • Select an option

  • Save sujaypillai/b688764fb98b7b35d506f16eb4433bda to your computer and use it in GitHub Desktop.

Select an option

Save sujaypillai/b688764fb98b7b35d506f16eb4433bda to your computer and use it in GitHub Desktop.
delete from ACT_HI_TASKINST where not exists (select pd.ID_ from ACT_RE_PROCDEF pd where pd.ID_ = PROC_DEF_ID_);
Failed to retrieve tasks assigned to authority {0} in state {1}.
....
Caused by: org.alfresco.service.cmr.workflow.WorkflowException: 04070413 Failed to retrieve tasks assigned to authority {0} in state {1}.
....
Caused by: org.activiti.engine.ActivitiException: no deployed process definition found with id 'RegConducereReg:1:14208'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment