Skip to content

Commit 04307ed

Browse files
committed
missing enrichWithMetadat in debugWorkflow
1 parent 52d6d16 commit 04307ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/debugWorkflow.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ debugWorkflow <- function(file, dir = ".", entityIndex = 1,
128128
entity$enrichWithSubjects(config)
129129
}
130130

131+
#enrich with metadata
132+
entity$enrichWithMetadata(config)
133+
131134
#runLocalActions?
132135
if(runLocalActions){
133136
if(!is.null(entity$data)) {
@@ -140,7 +143,7 @@ debugWorkflow <- function(file, dir = ".", entityIndex = 1,
140143
.geoflow$debug$options <- entity_action$options
141144
}
142145
#we trigger entity enrichment (in case entity data action involved modification of entity)
143-
entity$enrichWithMetadata()
146+
entity$enrichWithMetadata(config)
144147
}
145148
}else{
146149
config$logger.info("Execution of entity data actions is disabled")

0 commit comments

Comments
 (0)