z1pti3 / jimi

Jimi is an automation first no-code platform designed and developed originally for Security Orchestration and Response. Since its launch jimi has developed into a fully fledged IT automation platform which effortlessly integrates with your existing tools unlocking the potential for autonomous IT and Security operations.
https://www.secureack.com
Apache License 2.0
159 stars 31 forks source link

[Bug] Importing flows keeps execution count #275

Closed z1pti3 closed 2 years ago

z1pti3 commented 2 years ago

Describe the bug Execution count is restored when importing a flow

To Reproduce Import a flow with an execution count above 0

Expected behaviour Execution for new objects should be 0, existing objects should keep there Execution counts

Additional context Given how import works by checking fields it is likely that is also causes objects to get created every time as they will never match. Execution count should be excluded from object import and export.