Hi Gurus,
I am looking for a solution that would allow us to use our sandbox Commcell to act as a repository for our Custom workflows. The idea is we would develop all workflows in the sandbox and when complete deploy them to the production Commcells.
Is anyone aware of any out of the box software that would do this, or are we better off writing a custom workflow to do the job? I am interested in what other people are using to accomplish this, if at all.
Regards
Workflow Deployment Repository

Best answer by DaveO
Hi,
I think you are talking about a utility to MOVE the workflows from the DEV environment to the PRODUCTION environment.
We have a few internal apps built on workflows that consist of many workflows and when its time to deploy them on production we manually export the workflow xml and copy the it to the production server then deploy it there.
This of course can be automated but we found that doing it manually we wanted to have or eyes on it.
The most important aspect of this is the following:
Make sure that EVERYTHING in the workflow that describes ANYTHING about the environment in which it runs (File paths, database servers, API end points etc..) are all externalized from the workflow itself. You should use configuration variables for this or build another mechanism that defines this.
When you move workflows from DEV to PRODUCTION now, how are you controlling the environment differences and how did you plan to do that when automated?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.