I have a workflow that takes a dataclass (with var...
# ask-the-community
s
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?
154 Views