Hi, I am getting an error message from the Bonita Studio telling me:
Run has failed while deploying the process: Failed to add Process resource from configuration. You are trying to ad file resources/process.bpmn with empty content into the BusinessArchive (bar file). Either add content to this file, or remove it from the resources.
Where in Bonita can I find this file to delete it and remove it from my deploying process. I tried searching for the file in my file-system and could not find it. The detailed stack trace for the error is as follows:
Failed to add Process resources from configuration.
You are trying to add file resources/process.bpmn with empty content into the BusinessArchive (bar file). Either add content to this file, or remove it from the resources.
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:110)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:178)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:169)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:149)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:116)
org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:84)
org.bonitasoft.studio.engine.command.RunProcessCommand$1.run(RunProcessCommand.java:126)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
Thanks for the help, Any input could go a long way!