Example #1
0
 public async Task <IEnumerable <IWorkflowBlueprint> > FindManyByTagAsync(string tag, VersionOptions versionOptions, string?tenantId = default, CancellationToken cancellationToken = default)
 {
     // TODO: Maybe cache this as well?
     return(await _workflowRegistry.FindManyByTagAsync(tag, versionOptions, tenantId, cancellationToken));
 }