public function after_flow_action(\org\rhaco\flow\FlowInterface $flow) { $flow->vars('after_flow_action', 'AFTER_FLOW_HANDLE'); }
public function after_flow_action(\org\rhaco\flow\FlowInterface $flow) { $flow->vars("order", $flow->in_vars("order") . "4"); }