Skip to content

Commit

Permalink
missing enrichWithMetadat in debugWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 1, 2024
1 parent 52d6d16 commit 04307ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/debugWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ debugWorkflow <- function(file, dir = ".", entityIndex = 1,
entity$enrichWithSubjects(config)
}

#enrich with metadata
entity$enrichWithMetadata(config)

#runLocalActions?
if(runLocalActions){
if(!is.null(entity$data)) {
Expand All @@ -140,7 +143,7 @@ debugWorkflow <- function(file, dir = ".", entityIndex = 1,
.geoflow$debug$options <- entity_action$options
}
#we trigger entity enrichment (in case entity data action involved modification of entity)
entity$enrichWithMetadata()
entity$enrichWithMetadata(config)
}
}else{
config$logger.info("Execution of entity data actions is disabled")
Expand Down

0 comments on commit 04307ed

Please sign in to comment.