Forum Discussion
Pfisterbi
3 years agoAdvocate I
Pipeline System variables
Hi there At time beeing, I am missing in a Pipeline a few system variables. In particular all names are not there (E.g. Pipeline name, Trigger name, etc.). Those names are useful to generate ...
- 3 years ago
@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon.
RDenkewalter
3 years agoMicrosoft Employee
Engineers have finished implementing the following expressions:
pipeline().Pipeline - The ID of the pipeline
pipeline().PipelineName - The name of the pipeline
pipeline()?.TriggeredByPipeline - The ID of the triggering pipeline
pipeline()?.TriggeredByPipelineName - The name of the triggering pipeline
This should be available to users within a few weeks!