Created
June 27, 2016 10:59
-
-
Save sujaypillai/b688764fb98b7b35d506f16eb4433bda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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