A '''start''' special action creates an object of the specified class and carries out the rest of the workflow on it. !**< def !define test (!|fitlibrary.specify.workflow.SelectWrap| !|start|fitlibrary.specify.eg.Rectangle| |'''check'''|''x''|0| |'''check'''|''y''|0| |''set location''|100||200| |'''check'''|''x''|100| |'''check'''|''y''|200| ) **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.workflow.SelectWrap |
start | fitlibrary.specify.eg.Rectangle |
check | x | 0 |
check | y | 0 |
set location | 100 | 200 |
check | x | 100 |
check | y | 200 |