https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

seunggs

01/01/2023, 4:08 AM
I have a workflow that takes a dataclass (with variables inside of course) as an input - I’m trying to execute it via REST API (POST /api/v1/executions), but if I supply it with individual variables of the dataclass, it errors out (predictable, I guess). How can I specify the input correctly in the POST call?
3 Views