Skip to content

Add support for async compose and operator functions #44

@bobh66

Description

@bobh66

What problem are you facing?

The function runner assumes that the compose() and operate() methods are not async, so if an async method is used the result is the coroutine object instead of the actual function execution.

How could this Function help solve your problem?

Inspect the script function that is provided and await it if it is a coroutine, otherwise run it as it does today.

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