Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin task type inference workflow #618

Open
5 tasks
keithmanville opened this issue Aug 16, 2024 · 0 comments
Open
5 tasks

Add plugin task type inference workflow #618

keithmanville opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
feature New feature to add to project

Comments

@keithmanville
Copy link
Collaborator

Add a new workflow endpoint for inferring the types of a plugin task.

POST /workflows/pluginTaskInfer {"plugin_file": "contents"}

The response should be something like:

{
  task_name: {
    "inputParams": { name: inferredType, ... } }, 
    "outputParams": [inferredType, ...] }
   }, ...
}

This feature should build off of #443

Definition of Done

  • Signature analysis functionality is added
  • A new workflow that uses the signature analysis functionality is added
  • New tests are added for this workflow
  • All tests pass
  • The feature is merged into dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to add to project
Projects
None yet
Development

No branches or pull requests

3 participants