Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Automation – Perform set without checking the read

Solved1.13K views9th May 2022Automation
4
Tom Waterbley [SLC] [DevOps Catalyst]8.93K 20th May 2021 0 Comments

Is it somehow possible to do a set on a parameter of an element in an automation script, without checking the value of the read?

I know it’s possible to disable this on script level, but in this case it’s only needed for one specific set. All other sets in the script can still be checked.

Tom Waterbley [SLC] [DevOps Catalyst] Selected answer as best 9th May 2022

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
10
Wouter Demuynck [SLC] [DevOps Advocate]5.95K Posted 20th May 2021 2 Comments

Starting from 10.1/10.0.8, the flag can be toggled at runtime by calling engine.SetFlag(RunTimeFlag.NoCheckingSets) or engine.UnSetFlag(RunTimeFlag.NoCheckingSets). (see Help)

You could unset the flag, then do the parameter set and then set the flag again afterwards.

Tom Waterbley [SLC] [DevOps Catalyst] Selected answer as best 9th May 2022
Laurens Moutton [SLC] [DevOps Enabler] commented 20th May 2021

Is it then possible to also get the current flag state? Suppose that somebody starts the automation script without the check sets active. In the script it’s been defined to disable the check set for one item, and after that set, the check set flag is activated again (because we were assuming that the script started with that flag activated). Won’t we then by mistake activate the flag for further sets if we’re not aware with what settings the script started?

Wouter Demuynck [SLC] [DevOps Advocate] commented 20th May 2021

Unfortunately, as far as I see, requesting the current state of a flag is not currently available as a public method.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs