You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name | Name of the switch activity. | String | Yes
66
66
type | Must be set to *Switch** | String | Yes
67
67
expression | Expression that must evaluate to string value | Expression with result type string | Yes
68
-
cases | Set of cases that contain a value and a set of activities to execute when the value is matched to the expression evaluation. Must provide at least one case. There is a max limit of 25 cases. | Array of Case Objects | Yes
69
-
defaultActivities | Set of activities that are executed when the expression evaluation is not satisfied. | Array of Activities | Yes
68
+
cases | Set of cases that contain a value and a set of activities to execute when the value matches the expression evaluation. Must provide at least one case. There's a max limit of 25 cases. | Array of Case Objects | Yes
69
+
defaultActivities | Set of activities that are executed when the expression evaluation isn't satisfied. | Array of Activities | Yes
70
70
71
71
## Example
72
72
@@ -284,7 +284,7 @@ The pipeline sets the **folderPath** to the value of either **outputPath1** or *
0 commit comments