Skip to content

Not able to create chain tasks in parallel tasks #40

@baloda

Description

@baloda

I am trying to create a below-defined workflow and it is giving error

p.TEST:
  tasks:
    - TEST_1
    - TEST_2
    - WORKERS:
        type: group
        tasks:
          - TEST_3
          - TEST3_WORKERS:
            type: chain
            tasks:
              - TEST_6
              - TEST_7
          - TEST_4
          - TEST_5
    - TEST_8

Error:

signature = cel.tasks.get(task_name).subtask(
TypeError: unhashable type: dict

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions