Forum Discussion

smpa01's avatar
smpa01
Community Champion
1 year ago

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"
    }
  }
}

 

 

4 Replies

  • Anonymous's avatar
    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

     

    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

     

     

    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.

    • smpa01's avatar
      smpa01
      Community Champion

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

      • Anonymous's avatar
        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