Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/26#discussion_r71833076
  
    --- Diff: core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml 
---
    @@ -82,12 +82,47 @@ under the License.
         
         <serviceTask id="delete" name="Delete" 
activiti:expression="#{delete.execute(execution.processInstanceId)}"/>
         <sequenceFlow id="flow99" sourceRef="delete" targetRef="theEnd"/>
    +    <!-- Recertification tasks -->
    +    <userTask id="RecertificationRequest" name="Recertification Request" 
activiti:candidateGroups="managingDirector" activiti:formKey="recertify">
    --- End diff --
    
    You cannot refer to the `managingDirector` group in the production 
workflow, as production content does not contain such group.
    Please remove `activiti:candidateGroups` from this element.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to