I used the simpleworflow extension and follow the instructions to setup here.
I got the other parts working aside from the allStatuslistData helper.
It is expected to return the list of all status.
echo $form->dropDownList($model,'status',SWHelper::allStatuslistData($model));
Do i missed something
I got the other parts working aside from the allStatuslistData helper.
It is expected to return the list of all status.
echo $form->dropDownList($model,'status',SWHelper::allStatuslistData($model));
Do i missed something