App_Data
), and the workflow applications (wfapps
) are all persisted into a distinct shared space (wfgdata
in the diagram). For example, this could be a file share, an Azure Files file share or Azure Disk disk, or any other service that is capable of acting as directory on a Docker host. App_Data
folder should be shared between the containers. It contains the following pieces of information that WorkflowGen needs to work properly:wfapps
IIS web application is also shared among the containers because the web forms contained at this location are ASP.NET files generated at design time; this is why they're considered as storage. The App_Data
and wfapps
folders are grouped in the same shared space called wfgdata
.