Skip to content

Commit 9c23b91

Browse files
authored
runtime-v2: add 'name' attribute to script call in schema (#1248)
1 parent d4df0e7 commit 9c23b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/v2/model/src/main/java/com/walmartlabs/concord/runtime/v2/schema/ScriptCallMixIn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import java.util.Map;
3030

3131
@JsonTypeName("ScriptCall")
32-
public interface ScriptCallMixIn extends StepMixIn {
32+
public interface ScriptCallMixIn extends NamedStep {
3333

3434
@JsonSchemaTitle("Script Call step")
3535
@JsonProperty(value = "script", required = true)

0 commit comments

Comments
 (0)