You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chenww05 edited this page Nov 10, 2014
·
1 revision
Hi
We are now supporting the simulation of multiple workflows. We have changed the dax path from a string to be a list of a string. The WorkflowParser would look into all the string path and parse each file. The task id is cumulative and all the tasks share the same namespace.
To see an example, please try org.workflowsim.examples/WorkflowSimMultipleWorkflowsExample1.java
You may use it to develop multiple-workflow scheduling algorithms.
Please let me know if you have any feedback.