17#ifndef __EXECUTION_COMMON_HELPER_H__
18#define __EXECUTION_COMMON_HELPER_H__
19#include "dxjson/dxjson.h"
20#include "../exceptions.h"
25 void appendDependsOnAndInstanceType(dx::JSON &input,
26 const std::vector<std::string> &depends_on=std::vector<std::string>(),
27 const std::string fn_name=
"main",
28 const dx::JSON &instance_type=dx::JSON(dx::JSON_NULL));
An executable object that can be published for others to discover.
Definition api.cc:7