Skip to content

Commit

Permalink
Update event outputs for holmes extract completion
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 20, 2024
1 parent e683ffd commit 099f94f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,18 @@
"Parameters": {
"Entries": [
{
"EventBusName": "${__event_bus_name__}",
"DetailType": "${__detail_type__}",
"Source": "${__event_source__}",
"Detail": {
"status": "${__event_status__}",
"payload": {
"data": {
"libraryId.$": "$.extract_inputs.individual_id",
"outputs.$": "$.launch_holmes_extract_step.Output"
"library.$": "$.workflow_inputs.linkedLibraries[0]",
"bamFiles.$": "States.Array($.extract_inputs.alignment_bam)"
}
}
},
"DetailType": "${__detail_type__}",
"EventBusName": "${__event_bus_name__}",
"Source": "${__event_source__}"
}
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,18 @@
"Parameters": {
"Entries": [
{
"EventBusName": "${__event_bus_name__}",
"DetailType": "${__detail_type__}",
"Source": "${__event_source__}",
"Detail": {
"status": "${__event_status__}",
"payload": {
"data": {
"libraryId.$": "$.extract_inputs.individual_id",
"outputs.$": "$.launch_holmes_extract_step.Output"
"library.$": "$.payload.data.library",
"bamFiles.$": "$.extract_inputs.alignment_bams"
}
}
},
"DetailType": "${__detail_type__}",
"EventBusName": "${__event_bus_name__}",
"Source": "${__event_source__}"
}
}
]
},
Expand Down

0 comments on commit 099f94f

Please sign in to comment.