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.
WorkflowExecutionContext
1 parent 3db17a4 commit db887a6Copy full SHA for db887a6
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