missing action_class in sample code
missing action_class in sample code in wrokflow.rst. Change-Id: I56e412e9f7822366795748f6b73442beb177c5ea
This commit is contained in:
parent
2bef59fb92
commit
d8c878f4c1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user