Validate UiPath and Power Automate workflows via the Flowcerta governance API. Returns a score and ranked findings, and fails the build on critical or high findings in blocking mode.
Stop shipping risky automation workflows. The Flowcerta Governance Gate validates UiPath, Power Automate, Automation Anywhere, and Blue Prism workflow files in your Azure Pipelines builds — and fails the build when a finding crosses your blocking threshold.
What it does
For every workflow file you point it at, the task:
Posts the file to the Flowcerta validation API along with auto-detected pipeline context (repository, branch, commit, build number).
Receives a governance score (0–100), ranked findings, and a pass/fail status.
Writes a structured summary to the pipeline log.
Exits non-zero when running in blocking enforcement mode and any critical or high finding is present — failing the build automatically.
Policy pack slug (e.g. soc2-prod) to enforce. Default: org default.
Enforcement modes
Mode
Behavior
Advisory
Findings reported, build never fails on Flowcerta status.
Warning
Same as advisory; log severity differs.
Blocking
Build fails (non-zero exit) when any critical/high finding lands.
Auto-injected pipeline context
You don't have to configure these — the task reads Azure DevOps environment variables and forwards them with the validation request, so each validation lands in the Flowcerta dashboard with full traceability:
Flowcerta dashboard: every API/CI run appears in the Validations feed with the pipeline context above attached.
Per-validation evidence export: Pro and Enterprise accounts can pull a per-framework audit evidence report from GET /api/v1/results/{id}/compliance/{frameworkId}/export.
Compliance mapping:flowcerta.com/compliance shows which Flowcerta rules satisfy which SOC 2, HIPAA, GDPR, and PCI DSS controls.
Pricing
Starter — Free. 25 analyses / month, no credit card.
Growth — $19/mo. 100 analyses, RBAC, validation history.
Pro — $49/mo. Unlimited users + analyses, audit evidence export.