missing action_class in sample code

missing action_class in sample code in wrokflow.rst.

Change-Id: I56e412e9f7822366795748f6b73442beb177c5ea
This commit is contained in:
Kuo-tung Kao 2016-10-04 17:21:44 +08:00
parent 2bef59fb92
commit d8c878f4c1

View File

@ -92,6 +92,7 @@ urls, views, workflows and templates:
# data and the steps needs to be ordered properly.
class UpdateResources(workflows.Step):
action_class = ResourcesAction
# This passes data from Workflow context to action methods
# (handle, clean). Workflow context consists of URL data and data
# contributed by other steps.