Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get_workflow_id call #363

Open
ybastide opened this issue Mar 26, 2019 · 0 comments
Open

Fix get_workflow_id call #363

ybastide opened this issue Mar 26, 2019 · 0 comments
Labels

Comments

@ybastide
Copy link
Contributor

simpleflow.task.WorkflowTask#__init__ passes the workflow (class) as first argument of its get_workflow_id method: that's incorrect. Either:

  • get_workflow_id is a classmethod, and the workflow is passed automatically; or
  • get_workflow_id is a staticmethod and it doesn't want the class
@ybastide ybastide added the bug label Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant