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.
1 parent 095137d commit 728090cCopy full SHA for 728090c
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