Skip to content

Commit

Permalink
Merge pull request #516 from umccr/fix-create-wfr-timestamp-dependant
Browse files Browse the repository at this point in the history
Fixed WorkflowRun State creation business logic
  • Loading branch information
victorskl authored Aug 27, 2024
2 parents b79c12f + bad848a commit 7375d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def handler(event, context):
wfr.save()

# create the related state & payload entries for the WRSC
create_workflow_run_state(wrsc=wrsc, wfr=wfr)
# create_workflow_run_state(wrsc=wrsc, wfr=wfr) # FIXME State creation is "time window" WRSC timestamp dependant

# if the workflow run is linked to library record(s), create the association(s)
input_libraries: list[LibraryRecord] = wrsc.linkedLibraries
Expand Down

0 comments on commit 7375d3b

Please sign in to comment.