Build Error

I need help to understand this build error:
Log:
2019-06-24 11:28:40 [Jazz build engine] Accepting changes into workspace "04_SAT_SIT Workspace" ...
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215E The following record was not found in the database: com.ibm.team.scm.common.internal.impl.WorkspaceHandleImpl@38abe147 (stateId: <unset>, itemId: [UUID _Ez5gYE00EeOZltjimPnRIg], origin: com.ibm.team.repository.client.internal.TeamRepository@5c7b19fc, immutable: true)
at com.ibm.team.scm.client.internal.WorkspaceManager.getWorkspaceConnection(WorkspaceManager.java:894)
2 answers

When compiling, it is presenting an error:2019-06-24 10:48:17 [Jazz build engine] Accepting changes into workspace "03_SAT_UAT Workspace" ...
com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215E The following record was not found in the database: com.ibm.team.scm.common.internal.impl.WorkspaceHandleImpl@4a8cc992 (stateId: <unset>, itemId: [UUID _BjT5YU00EeOZltjimPnRIg], origin: com.ibm.team.repository.client.internal.TeamRepository@5c7b19fc, immutable: true)

I think that means the repository workspace used by the build does not exist anymore. It was probably deleted after it was used in the build definition or configuration.
Comments

Ralph Schoon, I verify and this workspace exist

What is the current/default flow target of the workspace and does that exist?
