Source
yaml
id: system-readonly-label
namespace: company.team
labels:
system.readOnly: "true"
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
message: Hello from a read-only flow!
About this blueprint
Fail Error
This workflow sets the system.readOnly
label to true
. This makes the flow read only, and does not allow editing the flow from the UI.
Thsi helps prevent modifications to critical workflows, such as production flows managed through CI/CD pipelines.
More Related Blueprints