--simpriocalc
Syntax
kenaflow.exe --simpriocalc --newtemplate --outfile <path>
kenaflow.exe --simpriocalc --infile <path>
Description
This is an advanced topic. It is not finished yet.
It can be used to simulate "slots" and "workflow priority" to see how wokflows with given settings (from a control file) are executed: how often and in which order.
The template looks like this:
<kenaflorpriocalcsim>
<runner>3</runner>
<clients>
<client prio=""0"" tbe=""10""/>
<client prio=""0"" tbe=""10""/>
<client prio=""0"" tbe=""10""/>
<client prio=""0"" tbe=""10""/>
<client prio=""0"" tbe=""10""/>
<client prio=""0"" tbe=""10""/>
</clients>
</kenaflorpriocalcsim>
You can test it, if you want. :-)
Just copy the XML above to a XML file "template.xml" and run:
kenaflow.exe --simpriocalc --infile "template.xml"