pipelines
Creates a run of a pipeline.
post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun
Path parameters
subscriptionIdstring required
The subscription identifier.
resourceGroupNamestring required
The resource group name.
factoryNamestring required
The factory name.
pipelineNamestring required
The pipeline name.
Query parameters
api-versionstring required
The API version.
referencePipelineRunIdstring
The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run.
isRecoveryboolean
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.
startActivityNamestring
In recovery mode, the rerun will start from this activity. If not specified, all activities will run.
startFromFailureboolean
In recovery mode, if set to true, the rerun will start from failed activities. The property will be used only if startActivityName is not specified.
Request body
ParameterValueSpecification required
An object mapping parameter names to argument values.
Response
OK.