Skip to content

Commit

Permalink
Adding definition for noop workflow step
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Oct 31, 2023
1 parent 2c61f59 commit 3fb7124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/mappings/workflow-steps.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"noop": {
"inputs":[],
"outputs":[]
},
"create_index": {
"inputs":[
"index_name",
Expand Down

0 comments on commit 3fb7124

Please sign in to comment.