*/ interface PriorityStep extends Step { /** * @return integer */ public function getPriority(); }