archetypeID chasm.ArchetypeID,
methodName string,
if !softassert.That(
m.logger,
archetypeID != chasm.UnspecifiedArchetypeID,
"ArchetypeID not specified, defaulting to Workflow.",
tag.Operation(methodName),
) {
return chasm.WorkflowArchetypeID, true
}
}