Skip to content

[Feature Request]: Add a rule to check dead loop invoking #42

Open
@freedeaths

Description

@freedeaths

Is your feature request related to a problem? Please describe.

The invoke block is a fantastic feature. But there is an obvious dead loop issue. If application A invokes application B and B invokes A simultaneously, it will make a big mistake on resources and money.

Describe the solution you'd like

Add a rule to check if there is a dead loop in the chain of invoking.

We can check applications in the saving step, by listing all invoked application IDs to find if there are duplicated IDs.

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions