Show an error message in a workflow

// #importFile NONE
import com.collibra.dgc.workflow.api.exception.WorkflowException
WorkflowException collibraError = new WorkflowException("Exception description.")
collibraError.setTitleMessage("Exception title")
throw collibraErrorLast updated
Was this helpful?