Back to Conductor

No Op Task

docs/documentation/configuration/workflowdef/systemtasks/noop-task.md

2019-04-12-1300357 B
Original Source

No Op Task

json
"type" : "NOOP"

The No Op task (NOOP) is a no-op task. It can be used in Switch tasks in cases where there are switch cases that require no action.

JSON configuration

Here is the task configuration for a No Op task.

json
{
	"name": "noop",
    "taskReferenceName": "noop_ref",
	"inputParameters": {},
	"type": "NOOP"
}