We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dad15 commit 94866c3Copy full SHA for 94866c3
1 file changed
api/src/main/java/com/coze/openapi/client/workflows/run/RunWorkflowReq.java
@@ -55,4 +55,11 @@ public class RunWorkflowReq extends BaseReq {
55
* */
56
@JsonProperty("app_id")
57
private String appID;
58
+
59
+ /*
60
+ * The version number of the workflow is only valid when the running workflow belongs to the resource library workflow.
61
+ * If no version number is specified, the latest version of the workflow will be executed by default.
62
+ * */
63
+ @JsonProperty("workflow_version")
64
+ private String workflowVersion;
65
}
0 commit comments