Skip to content

Commit 94866c3

Browse files
committed
feat: support workflow version
1 parent a1dad15 commit 94866c3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

api/src/main/java/com/coze/openapi/client/workflows/run/RunWorkflowReq.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,11 @@ public class RunWorkflowReq extends BaseReq {
5555
* */
5656
@JsonProperty("app_id")
5757
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;
5865
}

0 commit comments

Comments
 (0)