Skip to content

Commit 9acbe98

Browse files
author
AWS
committed
AWS Glue Update: This SDK release adds support to pass run properties when starting a workflow run
1 parent 6b4dace commit 9acbe98

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "This SDK release adds support to pass run properties when starting a workflow run"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12108,6 +12108,10 @@
1210812108
"Name":{
1210912109
"shape":"NameString",
1211012110
"documentation":"<p>The name of the workflow to start.</p>"
12111+
},
12112+
"RunProperties":{
12113+
"shape":"WorkflowRunProperties",
12114+
"documentation":"<p>The workflow run properties for the new workflow run.</p>"
1211112115
}
1211212116
}
1211312117
},

0 commit comments

Comments
 (0)