viewflow/cookbook

Helloworld workflow does not show up

Closed this issue · 4 comments

After folowing quickstart tutorial http://docs.viewflow.io/viewflow_quickstart.html i cant see helloworld workflow
Clicking on processes do nothing (not even any Debug message)
Python 3.7.0
Django==2.1.1
django-filter==2.0.0
django-material==1.3.0
django-viewflow==1.3.0
pytz==2018.5

That's hard to say what happens in your case. Please check that you have added @frontend.register in the helloworld/flows.py
workflow django material

I did. i followed up documentation exactly.

Probably you miss some part.

You could check cookbook/helloworld code sample for a reference.

You're right i have applied fronted.register decorator but missed frontend import . i have not experienced any error messages hence my confusion