Skip to main content

I have a very strange issue here, I have a workflow that has stages as follows:



  1. Instance Creation Step (Originator - User)
  2. Approver Selection Step (Role) where anyone of the role members assigns the task to himself
  3. Approval Step

The problem is after the Creation Step, I check the instance from the K2 Management Console and the instance status is Running for ever !!


When I select the instance and use Go To Activity and select the second step, the instance status changes to Active and the workflow continues normally !!


Did anyone have this issue before ?

I found that the problem was, that the Selection step (2nd) in the WF file (.kprx) has two Activities with the same name the difference is just a space.


Exapmle: 


1- Selection Step


2- Selection  Step


The difference is a double space between the two words in the second Activity.


Reply