This operation analyzes process definitions to identify configuration issues, deprecated patterns, and potential optimization opportunities. Itβs essential for maintaining process quality after platform upgrades.
Authentication
This endpoint requires admin-level authentication. Ensure you have proper administrative privileges to perform system-wide process analysis.Bearer token with admin privileges for API authentication. Format:
Bearer YOUR_ADMIN_TOKEN
URL Parameters
The base URL of the FlowX Admin service where process management operations are performed.Example:
https://admin.your-domain.com
Path segment indicating this is an API endpoint within the admin service.
Path segment specifying that this endpoint operates on process version resources. This groups all process version management operations under a common path.
Path segment identifying the specific operation to perform. This endpoint triggers the computation of warnings and misconfigurations for all process versions.
Headers
Content type for the request. Should be set to
application/json
.Cache control directive. Use
no-cache
to ensure the computation runs fresh.Content type that the client can accept. Supports
*/*
for all types.