Closed rtyler closed 3 years ago
This isn't the deserialization/serialization on the otto_models::Step
but the deserialization of Parameters
from the invocation file that the sh
step receives.
Basically I never wrote that code to handle position parameters and mapping them. I'll need to figure out how to make the agent code smarter when creating the invocation file. Basically use the manifest file to map positional arguments into keyword arguments.
The following invocation file works just fine for
otto-agent
This one however does not.
The either/or deserialization just doesn't appear to be working properly.