Techniques to Analyze Workflows
Is there a deadlock possible (a dead marking reachable)?
Is it possible to successfully handle a specific case?
Will all cases terminate eventually?
Is it possible to execute two tasks in any order?
How many cases can be handled in one hour?
What is the average throughput time?
How many extra resources are required?
How many cases are handled within 2 days?
Techniques to analyze workflows