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

Workflow step plugins #246

Closed
gschueler opened this issue Dec 8, 2012 · 0 comments
Closed

Workflow step plugins #246

gschueler opened this issue Dec 8, 2012 · 0 comments
Assignees
Milestone

Comments

@gschueler
Copy link
Member

Add plugin support for workflow steps.

Workflow Step plugins should appear in the GUI when modifying a workflow, and be supported by XML/Yaml serialization.

Plugins should be able to be developed for these types of behaviors:

  • a step that will execute once in a workflow and be passed the set of Nodes to execute on: a "Workflow Step Plugin"
  • a step that will execute on each node defined for the job: a "Workflow Node Step Plugin"
  • a plugin that just needs to generate a command/script to be dispatched to the nodes for the job: a "Remote Script Node Step Plugin"

Plugins should be able to be developed in Java. In addition Node Step Plugins should be definable as script-based plugins.

Configuration properties for plugins should be definable in the metadata of the Java class or script-plugin's plugin.yaml.

The configuration properties should also be able to define a "scope" whereby configuration values in a Project's project.properties or Framework's framework.properties can be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant