Skip to content

Undefined parameters inside workflow should throw an error when converted to workflow rep #58

@samwaseda

Description

@samwaseda
from flowrep.workflow import workflow


def my_function(a, b):
    return a


@workflow
def my_workflow(a):
    a = my_function(a)
    return a

The variable b is not and cannot be defined anywhere -> This should throw an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions