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
Add a new workflow endpoint for inferring the types of a plugin task.
POST /workflows/pluginTaskProposal {"plugin_file": "contents"}
This feature should use #443 to infer parameter type names. From this it should query the database for matching names to propose existing types in the database along with missing types and the proposed data that can be used to create the type.
Add a new workflow endpoint for inferring the types of a plugin task.
POST /workflows/pluginTaskProposal {"plugin_file": "contents"}
This feature should use #443 to infer parameter type names. From this it should query the database for matching names to propose existing types in the database along with missing types and the proposed data that can be used to create the type.
The response should be something like:
You should always get either a proposed_type or a missing_type -- might need to further specify this when we get to implementing fuzzy matching.
This feature should build off of #443
This feature will be implemented in three separate stages:
Tasks
The text was updated successfully, but these errors were encountered: