-
APL函數(shù)代碼開放場(chǎng)景-流程常見問題 1.1 context.data / context.detail 里面的數(shù)據(jù)是什么?工作流觸發(fā)函數(shù)時(shí),會(huì)帶上觸發(fā)的數(shù)據(jù)id,函數(shù)默認(rèn)會(huì)用標(biāo)準(zhǔn)能力進(jìn)行一次主/從查詢,將查詢到的數(shù)據(jù)放到 context.data(主數(shù)據(jù)) /context.detail(從數(shù)據(jù))里面。但在工作流觸發(fā)函數(shù)時(shí),如果使用上了計(jì)算字段、引用字段、統(tǒng)計(jì)字段,這些動(dòng)態(tài)字段會(huì)存在還未完全更新的情
-
APL函數(shù)代碼開放場(chǎng)景-流程Java接口說明 1. 流程后動(dòng)作package fx.custom.apl.example.flow;import com.fxiaoke.functions.FunctionContext;import com.fxiaoke.functions.Fx;import com.fxiaoke.functions.client.DebugHelper;import com.fxiaoke.functions.model.*;import com.fxiaoke.functions.template.IFlowAction;import com.fxiaoke.functions.tools.Query
-
APL函數(shù)代碼開放場(chǎng)景-流程Groovy代碼示例 APL函數(shù)里獲取觸發(fā)函數(shù)的主從數(shù)據(jù)// 流程后動(dòng)作函數(shù)里面的context.data數(shù)據(jù)并不會(huì)實(shí)時(shí)計(jì)算計(jì)算字段,引用字段等,也不會(huì)查相關(guān)團(tuán)隊(duì)等信息// 建議有實(shí)時(shí)獲取計(jì)算引用字段需求的再使用FQL查詢下相關(guān)數(shù)據(jù),F(xiàn)QL里面有參數(shù)控制是否查詢相關(guān)信息String objectId = context.data["_id"]String objectApiName = context.d
-
APL函數(shù)代碼開放場(chǎng)景-流程 流程,分為工作流、審批流、業(yè)務(wù)流,在流程流轉(zhuǎn)的時(shí)候可以掛載APL函數(shù)作用:1、工作流:監(jiān)聽數(shù)據(jù)變更的流程,當(dāng)數(shù)據(jù)發(fā)生變化后,工作流會(huì)感知到該變更,并且可以綁定函數(shù)觸發(fā)2、審批流:當(dāng)用戶操作審批流時(shí),可以掛載函數(shù)函數(shù),觸發(fā)并行邏輯3、業(yè)務(wù)流:是一整套企業(yè)梳理業(yè)務(wù)流程,建模,多方參與且自動(dòng)化執(zhí)行,持續(xù)監(jiān)控執(zhí)行
-
APL函數(shù)代碼開放場(chǎng)景-UI按鈕Java接口說明 1. UIWebpackage fx.custom.apl.example.button;import com.fxiaoke.functions.FunctionContext;import com.fxiaoke.functions.Fx;import com.fxiaoke.functions.client.DebugHelper;import com.fxiaoke.functions.template.IButtonUIAction;import com.fxiaoke.functions.ui.UIAction;import com.fxiaoke.functions.ui.Web