Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
smpa01
Super User
Super User

Pipeline Activities documentaion

Does there exist a documenation that shows the parameters (mandatory and optional) for each pipeline activities in a json ?

 

For example, set variable parameters are following

 

{
  "activities": [
    {
      "name": "v1",
      "type": "SetVariable",
      "dependsOn": [],
      "policy": {
        "secureOutput": false,
        "secureInput": false
      },
      "typeProperties": {
        "variableName": "test_v1",
        "value": 10
      }
    }
  ],
  "variables": {
    "test_v1": {
      "type": "Integer"
    }
  }
}

 

smpa01_0-1726166183510.png

 

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
4 REPLIES 4
Anonymous
Not applicable

Hi @smpa01 ,

I found relevant documentation outlining the parameters of each pipeline activity in JSON format.

1. The “Pipelines and Activities” document outlines the different activities and their configurations.

Pipelines and activities - Azure Data Factory & Azure Synapse | Microsoft Learn

vyilongmsft_0-1726190894638.png

 

2. the “How to Use Parameters and Expressions” guide also explains how to use parameters and expressions in JSON definitions.

How to use parameters and expressions in Azure Data Factory - Azure Data Factory | Microsoft Learn

vyilongmsft_1-1726191143357.png

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Many thanks for this. I will study this and follow-up if needed.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
Anonymous
Not applicable

Hi @smpa01 ,

Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!

 

 

Best Regards

Yilong Zhou

Is there a SDK available now or in works for future for Fabric same as Azure SDK for data factory?

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Helpful resources

Announcements
August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.