EventValve

Create custom events in execution flow of a PIPE

Properties

Name Description Default value Mandatory Supports property expansion
severity Sverity marker in log file. INFO, WARN, FATAL, ERROR is supported INFO No No
eve_key Event key to use, see events list. yes No
parameters Additional paramaters. Syntax used is JSONArray with JSON object contning key and values: "parameters":[{"paramter":"value"}] No Yes - "value" supports expansion

Example Configuration

{
	"name":"EventValve",
	"config":{
			"event_key":"<event:key>"
		}
}

Requirements