We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f6f5c9 + 728090c commit 6d99063Copy full SHA for 6d99063
common/src/main/java/com/netflix/conductor/common/run/WorkflowSummary.java
@@ -133,6 +133,7 @@ public WorkflowSummary(Workflow workflow) {
133
if (StringUtils.isNotBlank(workflow.getExternalOutputPayloadStoragePath())) {
134
this.externalOutputPayloadStoragePath = workflow.getExternalOutputPayloadStoragePath();
135
}
136
+ this.createdBy = workflow.getCreatedBy();
137
138
139
/**
0 commit comments