You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser would try to read the file and add the object to the schema attribute. But this is not the responsibility of this SDK, but the underlying runtime.
What you expected to happen:
The parser returns the schema, the file name, and the path instead.
How to reproduce it:
Just try to parse a workflow with a schema.
Anything else we need to know?:
Environment:
Specification version used:
Go version:
The text was updated successfully, but these errors were encountered:
What happened:
Given the context:
The parser would try to read the file and add the object to the
schema
attribute. But this is not the responsibility of this SDK, but the underlying runtime.What you expected to happen:
The parser returns the
schema
, the file name, and the path instead.How to reproduce it:
Just try to parse a workflow with a schema.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: