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 3db17a4 + db887a6 commit c173756Copy full SHA for c173756
src/runner/Synapse.Runner/Services/WorkflowExecutionContext.cs
@@ -538,7 +538,7 @@ await this.Api.Events.PublishAsync(new CloudEvent()
538
{
539
Workflow = this.Instance.GetQualifiedName(),
540
Task = task.Reference,
541
- Status = this.Instance.Status!.Phase!,
+ Status = task.Status!,
542
EndedAt = run?.EndedAt ?? DateTimeOffset.Now
543
}
544
}, cancellationToken).ConfigureAwait(false);
0 commit comments