Skip to content

No Op Task

"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.

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