X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

example-script-node-step-plugin

This directory contains an example script-based Node Step Plugin.

Build

make

produces:

example-script-node-step-plugin.zip

Files

example-script-node-step-plugin/plugin.yaml

: Defines the metadata for the plugin

example-script-node-step-plugin/contents/

: directory containing necessary scripts or assets

example-script-node-step-plugin/contents/nodestep.sh

: the script defined in plugin.yaml to be executed for the plugin

Plugin metadata

The plugin.yaml file declares one script based service provider for the WorkflowNodeStep service.

Usage

Install the plugin in your $RDECK_BASE/libext directory:

mv example-script-node-step-plugin.zip $RDECK_BASE/libext
X Tutup