Microsoft Azure Data Factory Pipeline
You can use this activity to run the pipeline once, cancel an already running pipeline, and query the pipeline runs.
Configuration
This tab has the following fields:
Field | Description |
---|---|
Connection | Lists all Microsoft Azure connections. |
Pipeline Operation to perform | Lists the operations you can perform on a pipeline:
|
Azure subscriptionid | Lists the subscription ID created in Microsoft Azure Active Directory. |
Resource Groups | Lists all the resource groups created in Microsoft Azure Active Directory. |
Azure Data Factories | Lists the data factories available under the selected resource group. |
Pipelines | Lists all the pipelines created in the selected data factory.
Note: This field is displayed only when you select
Run Once or Query Runs pipeline operation.
|
Input
This tab has the following fields:
Field | Pipeline Operation to perform | Description |
---|---|---|
subscriptionId | Run Once, Cancel Run, Query Runs | Enter your subscription ID. |
resourceGroupName | Run Once, Cancel Run, Query Runs | Enter the name of the resource group. |
factoryName | Run Once, Cancel Run, Query Runs | Enter the name of the data factory. |
PipelineRunID | Cancel Run | (Mandatory) Enter the pipeline run ID of the pipeline run that you want to cancel. |
pipelineName | Run Once | Enter the name of the pipeline. |
pipelineParameters | Run Once |
pipelineParameters is a JSON object, which is used to pass the external values to the pipeline. Note: The default value is used when the parameter values are not provided.
|
lastUpdatedAfter | Query Runs | (Mandatory) Enter the time at or after which the pipeline run event was updated. |
lastUpdatedBefore | Query Runs | (Mandatory) Enter the time at or before which the pipeline run event was updated. |
Note: The value which you enter in the
subscriptionId,
resourceGroupName,
factoryName fields, take higher precedence over the value given on the
Configuration tab.
Output
This tab has the following fields:
Field | Pipeline Operation to perform | Description |
---|---|---|
value | Run Once, Cancel Run, Query Runs | It is an array of pipeline runs. For a detailed output reference, see JSON representation for the PipelineRun resource type located under Microsoft Azure Data Factory documentation. |
statuscode | Run Once, Cancel Run, Query Runs | HTTP status code of the operation. |
statusMessage | Run Once, Cancel Run, Query Runs | Status of execution of the pipeline. This field also displays an exception or error displayed by the activity. |
Iterator
Use the Iterator tab to iterate a certain piece of logic multiple times. If you leave this tab blank, the activity is executed only once. For more information about Iterator, see "Using the Iterator in an Activity" in the TIBCO Flogo® app documentation.