/*#include "tc_log.h" #include "ocilib.h" #include "string_utils.h" //#include //#include #include #include #include #include using namespace std; extern "C" int POM_AM__set_application_bypass(logical bypass);*/ #include #include #include #include #include using namespace std; extern "C" int POM_AM__set_application_bypass(logical bypass); #define DOFREE(obj) \ { \ if(obj) \ { \ MEM_free(obj); \ obj = NULL; \ } \ } int jk_auto_create_process(EPM_action_message_t msg) { tag_t targetTag,new_process = NULLTAG;; tag_t template_tag; tag_t *attachments = NULL,user_tag; attachments = (tag_t *) MEM_alloc(1); ITK__convert_uid_to_tag("nbaxT1swYvbLjA",&targetTag); attachments[0]=targetTag; int* att_types = NULL; att_types = (int*) MEM_alloc (1); att_types[0] = EPM_target_attachment; cout<<"查找流程模板并发起..."<