Commit 495883f8 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

param

parent 0da621ee
...@@ -8,7 +8,7 @@ var async = require('async'); ...@@ -8,7 +8,7 @@ var async = require('async');
function perform_function(context,request,response){ function perform_function(context,request,response){
var job_id = context.jobconfig.job_id; var job_id = context.jobconfig.job_id;
var transaction_id = context.transaction.id; var transaction_id = context.transaction.id;
var param = context.jobconfig.data_out.param; var param = context.jobconfig.data_out.param || {};
var memstore = context.task.memstore; var memstore = context.task.memstore;
var in_type = request.type; var in_type = request.type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment