diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 28247293504a..c984f24b533f 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -116,6 +116,31 @@ "description": "Activity description.", "type": "string" }, + "state": { + "description": "Activity state. This is an optional property and if not provided, the state will be Active by default.", + "type": "string", + "enum": [ + "Active", + "Inactive" + ], + "x-ms-enum": { + "name": "ActivityState", + "modelAsString": true + } + }, + "onInactiveMarkAs": { + "description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.", + "type": "string", + "enum": [ + "Succeeded", + "Failed", + "Skipped" + ], + "x-ms-enum": { + "name": "ActivityOnInactiveMarkAs", + "modelAsString": true + } + }, "dependsOn": { "type": "array", "description": "Activity depends on condition.",