Nothing / Nothing (internally is.workflow.actions.nothing)

description

summary

This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action.

usage

Nothing 

arguments



source json (for developers)

{
	"ActionClass": "WFNothingAction",
	"ActionKeywords": [
		"nil",
		"nothing",
		"empty",
		"discard",
		"clear"
	],
	"Category": "Scripting",
	"Description": {
		"DescriptionSummary": "This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action."
	},
	"IconName": "Scripting.png",
	"InputPassthrough": false,
	"Name": "Nothing",
	"Subcategory": "Content"
}