Would a replication factor of 1 cause issues when running short lived workflows?

We are using zeebe for orchestrating microservice rest api calls. Our workflows typically complete in few secs (max under 20 secs) and given that the api responses are persisted by the microservices, we were thinking of keeping the replication factor as 1 thereby accepting the fact that if the broker executing the workflow crashes, the end user would have to trigger the workflow.

Would there be any other implications of losing zeebe data? Kindly throw some light on our use case.

Thanks.