public class ProcessFormVariableData extends Object
| 构造器和说明 |
|---|
ProcessFormVariableData(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetProcessFormVariableDataResp |
get(GetProcessFormVariableDataReq req)
获取流程表单数据,根据流程实例 id(process_id)获取流程表单字段数据,包括表单里的业务字段和自定义字段。
|
GetProcessFormVariableDataResp |
get(GetProcessFormVariableDataReq req,
RequestOptions reqOptions)
获取流程表单数据,根据流程实例 id(process_id)获取流程表单字段数据,包括表单里的业务字段和自定义字段。
|
public ProcessFormVariableData(Config config)
public GetProcessFormVariableDataResp get(GetProcessFormVariableDataReq req, RequestOptions reqOptions) throws Exception
建议使用新版本 API 文档。详情参见[获取流程表单数据](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/process-form_variable_data/get)。 ;
Exceptionpublic GetProcessFormVariableDataResp get(GetProcessFormVariableDataReq req) throws Exception
建议使用新版本 API 文档。详情参见[获取流程表单数据](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/process-form_variable_data/get)。 ;
ExceptionCopyright © 2026. All rights reserved.