Skip to content

Fix get_workflow_id call #363

@ybastide

Description

@ybastide

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions