Can we make workflow and data retrive procedure job run seperately

Automate2 is a really powerful tools. Is it possible to split the VASP workflow and data retrive procedure, and run each part stand alone?

This feature is crutial because many cluster is offline and not easy to install the environment required for Mongo database.

I have run over the documentation but did not find the solution.

Can you kindly tell me if this function is work or did i miss some guidance?

You might want to take a look at GitHub - Matgenix/jobflow-remote: jobflow-remote is a Python package to run jobflow workflows on remote resources., a new backend for Jobflow-based workflows (like those in atomate2) that solves this very problem. Otherwise you can either: a) run your Fireworks MongoDB on a separate server accessible by your cluster (FireWorks Setup - jobflow) or b) run Fireworks in “offline” mode Running FireWorks in “offline” mode on firewalled systems — FireWorks 2.0.3 documentation.

I apologize for the delayed response. I will certainly give it a try! Thank you for your thoughtful reply.