Plugins

Currently there are two architecture versions for plugins.

Plugin Architecture Version 1

This architecture version of kenaflow plugins is intended to allow plugin developers to create and integrate custom PowerShell cmdlets that are mounted in kenaflow workflows.

There is a public demo plugin on GitHub:

https://github.com/ikarstein/kenaflow.demoplugin.v1

Please read article Plugin Development

Plugin Architecture Version 2

This architecture version of kenaflow plugins is intended to allow plugin developers to create custom workflow types. It can also contain custom PowerShell cmdlets.

There is a public demo plugin on GitHub:

https://github.com/ikarstein/kenaflow.demoplugin.v2

Please read article Plugin Development