You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# send a signal to parent workflow (signal: subflow.signal_name)
107
104
#
108
105
cr=session.cr
109
-
ident= (session.uid, record.model, record.id)
110
106
signal_todo= []
111
107
if (workitem['state']=='active') andactivity['signal_send']:
112
108
cr.execute("select i.id,w.osv,i.res_id from wkf_instance i left join wkf w on (i.wkf_id=w.id) where i.id IN (select inst_id from wkf_workitem where subflow_id=%s)", (workitem['inst_id'],))
0 commit comments