at a time I have created 15 tasks applying same workflow-definition by java-code. and assign tasks to different 3 users. now i want "Enforced Task Order" on these tasks. i want that tasks-completetion must be in order.for task creation we are using different workflowInstances but our process-definition is same.
If you want to handle this then instead of assigning the tasks parallelly. You assign the tasks sequentially. So that on the approval of each task the next guy will get the task.
If you want to handle this then instead of assigning the tasks parallelly. You assign the tasks sequentially. So that on the approval of each task the next guy will get the task.