cancel
Showing results for 
Search instead for 
Did you mean: 

'initiator does not have assignment' Message

norgan
Champ in-the-making
Champ in-the-making
Hi,
designing my workflow, I always get this message:

20:32:26,546  DEBUG [alfresco.repo.workflow] Workflow definition 'Request' problem: [WARNING] swimlane 'i
nitiator' does not have an assignment

I do know, however, that this is not correct.

<swimlane name="initiator" />

<start-state name="RequestStart">
      <task name="chkwf:enterData" swimlane="initiator">
      </task>
      <transition to="createDataEntry"></transition>
   </start-state>

Any Ideas ?
2 REPLIES 2

vinaxwater
Champ in-the-making
Champ in-the-making
please post full code file workflow ^ ^

norgan
Champ in-the-making
Champ in-the-making
Update -
ok, the swimlane at starttask does not seem to count, since it is assigned automatically. Also, the "initiator" exists automatically, so it may be a double definition.

@vinxwater … thats a bit long and would need to much "cleaning" first Smiley Happy I can live with that, but thanks