| Package | Description | 
|---|---|
| com.tencentcloudapi.essbasic.v20210526 | |
| com.tencentcloudapi.essbasic.v20210526.models | 
| Modifier and Type | Method and Description | 
|---|---|
ChannelCreateFlowSignReviewResponse | 
EssbasicClient.ChannelCreateFlowSignReview(ChannelCreateFlowSignReviewRequest req)
提交企业流程审批结果 
当前存在两种审核操作:**
签署审核
在通过接口CreateFlowsByTemplatesChannelCreateFlowByFilesChannelCreateFlowGroupByTemplatesChannelCreateFlowGroupByFilesChannelCreatePrepareFlow 发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview,以提交企业内部签署审批结果
在通过接口CreateFlowsByTemplatesChannelCreateFlowByFilesChannelCreateFlowGroupByTemplatesChannelCreateFlowGroupByFiles发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId,以提交企业内部签署审批结果
发起审核
 
通过接口ChannelCreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview,以提交企业内部审批结果。可以多次提交审批结果,但一旦审批通过,后续提交的结果将无效
 
 | 
| Constructor and Description | 
|---|
ChannelCreateFlowSignReviewResponse(ChannelCreateFlowSignReviewResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2024. All rights reserved.