Trying to make sense of why the Genesys Cloud Outbound API returns a 409 Conflict when attempting to start a campaign that syncs with ServiceNow incidents. The payload includes a valid campaign_id but the service appears to be locking the resource due to an active webhook transformation in Architect.
{
"code": "CONFLICT",
"message": "Campaign [CAM_8829] cannot be started. Resource is locked by an ongoing data action execution."
}
Is there a specific timeout configuration in the ServiceNow Data Action that overrides the standard campaign start sequence?