Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateFlowSignReviewRequest
-
Packages that use ChannelCreateFlowSignReviewRequest Package Description com.tencentcloudapi.essbasic.v20210526 com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of ChannelCreateFlowSignReviewRequest in com.tencentcloudapi.essbasic.v20210526
Methods in com.tencentcloudapi.essbasic.v20210526 with parameters of type ChannelCreateFlowSignReviewRequest Modifier and Type Method Description ChannelCreateFlowSignReviewResponse
EssbasicClient. ChannelCreateFlowSignReview(ChannelCreateFlowSignReviewRequest req)
提交企业流程审批结果 目前存在两种审核操作,签署审核,发起审核 签署审核:通过接口(CreateFlowsByTemplates或ChannelCreateFlowByFiles或ChannelCreatePrepareFlow)发起签署流程后,若指定了参数 NeedSignReview 为true,则可以调用此接口,指定operate=SignReview,提交企业内部签署审批结果;若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效 发起审核:通过接口ChannelCreatePrepareFlow指定发起后需要审核,则可以通过调用此接口,指定operate=CreateReview,提交企业内部审批结果,可多次提交,当通过后,后续提交结果无效 -
Uses of ChannelCreateFlowSignReviewRequest in com.tencentcloudapi.essbasic.v20210526.models
Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ChannelCreateFlowSignReviewRequest Constructor Description ChannelCreateFlowSignReviewRequest(ChannelCreateFlowSignReviewRequest 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.
-