|
|
@ -19,6 +19,8 @@ public class GetNodeQuery implements Query { |
|
|
|
@ApiModelProperty(value = "环节定义id") |
|
|
|
@NotBlank(message = "参数错误:taskDefKey") |
|
|
|
private String taskDefKey; |
|
|
|
@ApiModelProperty(value = "业务sid") |
|
|
|
private String businessSid; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "分支字段及业务字段") |
|
|
|
private Map<String, Object> formVariables; |
|
|
|