var workflowsPutGraphs = function(call) {
    return Promise.try(function() {
        return workflowApiService.defineTaskGraph(JSON.parse(call.request.body));
    });
};