Activepieces 0.90.4 adds a publish-time approval gate for flows in projects marked sensitive
GitHub·medium signal
PR #15142, in the 2026-09-08T10:27Z release, adds flow approvals: submitting a flow in a project flagged sensitive locks the version, creates an approval-request row, and leaves triggers offline until an approver runs the second half of the LOCK_AND_PUBLISH sequence. It reuses the existing platform.plan.environmentsEnabled EE flag and a new project.sensitive boolean rather than adding a plan column. Before this, anyone holding WRITE_FLOW could publish straight to production.