simpleflow
simpleflow copied to clipboard
Fix get_workflow_id call
simpleflow.task.WorkflowTask#__init__ passes the workflow (class) as first argument of its get_workflow_id method: that's incorrect. Either:
-
get_workflow_idis aclassmethod, and the workflow is passed automatically; or -
get_workflow_idis astaticmethodand it doesn't want the class