Skip to content

Commit 6d99063

Browse files
authored
Merge pull request #401 from conductor-oss/fix/workflow-summary-created-by
Add missing createdBy field to fix workflow search endpoint
2 parents 9f6f5c9 + 728090c commit 6d99063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/netflix/conductor/common/run/WorkflowSummary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public WorkflowSummary(Workflow workflow) {
133133
if (StringUtils.isNotBlank(workflow.getExternalOutputPayloadStoragePath())) {
134134
this.externalOutputPayloadStoragePath = workflow.getExternalOutputPayloadStoragePath();
135135
}
136+
this.createdBy = workflow.getCreatedBy();
136137
}
137138

138139
/**

0 commit comments

Comments
 (0)