public class Process extends Object
Process(Config config)
FlowVariableDataProcessResp
flowVariableData(FlowVariableDataProcessReq req)
flowVariableData(FlowVariableDataProcessReq req, RequestOptions reqOptions)
GetProcessResp
get(GetProcessReq req)
get(GetProcessReq req, RequestOptions reqOptions)
ListProcessResp
list(ListProcessReq req)
list(ListProcessReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Process(Config config)
public FlowVariableDataProcessResp flowVariableData(FlowVariableDataProcessReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=flow_variable_data&project=corehr&resource=process&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/FlowVariableDataProcessSample.java ;
Exception
public FlowVariableDataProcessResp flowVariableData(FlowVariableDataProcessReq req) throws Exception
public GetProcessResp get(GetProcessReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=process&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/GetProcessSample.java ;
public GetProcessResp get(GetProcessReq req) throws Exception
public ListProcessResp list(ListProcessReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=process&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/ListProcessSample.java ;
public ListProcessResp list(ListProcessReq req) throws Exception
Copyright © 2026. All rights reserved.