738
workflowTaskCompletedEventID int64,
739
command *commandpb.ModifyWorkflowPropertiesCommandAttributes,
741
>
event := b.createHistoryEvent(enumspb.EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED, b.timeSource.Now())
742
>
event.Attributes = &historypb.HistoryEvent_WorkflowPropertiesModifiedEventAttributes{
743
>
WorkflowPropertiesModifiedEventAttributes: &historypb.WorkflowPropertiesModifiedEventAttributes{
744
>
WorkflowTaskCompletedEventId: workflowTaskCompletedEventID,
745
>
UpsertedMemo: command.UpsertedMemo,
746
>
},
747
>
}
748
>
return event
749
>
}
750
751
func (b *EventFactory) CreateSignalExternalWorkflowExecutionFailedEvent(