var workflowsGetGraphsByName = function(call) {
    return Promise.try(function() {
        return workflowApiService.getGraphDefinitions(call.request.injectableName);
    });
};