Translating workflows
Item
Workflow Designer attribute
Custom string example
import com.collibra.dgc.workflow.api.exception.WorkflowException def customError = new WorkflowException("translation.getMessage('error.description')") customError.setTitleMessage("translation.getMessage('error.title')") throw customError;
Last updated
Was this helpful?