Allowing customers to edit alarm pipelines

Is there any way to make pipelines editable by customers? To allow them for example to change delay settings or the number of times something goes around a loop before being escalated.

It would seem that pipelines need to be able to access external data - maybe by setting a property using the Tag expression function?

There is no way to allow access to resources such as the pipeline, but as you said, the pipeline’s logic could depend on tag values, which are writable by operators.

I got this working by reading a tag value into a local pipeline property using an expression like

{[tag provider]tag name}

However, I couldn’t get it to work using the ‘tag’ expression function - this always returns a null value.

1 Like