pub async fn publish_dht_ops_workflow(
    db: DbWrite<DbKindAuthored>,
    network: Arc<impl HolochainP2pDnaT + Send + Sync>,
    trigger_self: TriggerSender,
    agent: AgentPubKey
) -> WorkflowResult<WorkComplete>