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
Copy file name to clipboardExpand all lines: src/DataFactory/DataFactoryV2/Constants.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,14 @@ internal static class Constants
182
182
183
183
publicconststringHelpParameterFileForRun="The name of the file with parameters for pipeline run.";
184
184
185
+
publicconststringHelpReferencePipelineRunIdForRun="The pipeline run ID for rerun. If run ID is specified, the parameters of the specified run will be used to create a new run.";
186
+
187
+
publicconststringHelpIsRecoveryForRun="Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId.";
188
+
189
+
publicconststringHelpStartActivityNameForRun="In recovery mode, the rerun will start from this activity. If not specified, all activities will run.";
190
+
191
+
publicconststringHelpStartFromFailureForRun="Start rerun from failed activities flag. In recovery mode, if specified, the rerun will start from failed activities.";
192
+
185
193
publicconststringHelpQueryParametersForRun="Query parameters for pipeline run.";
186
194
187
195
publicconststringHelpRunStartedAfter="The time at or after which the pipeline run started to execute in ISO8601 format.";
0 commit comments