I have created a simple workflow using a javaDelegate [ that does nothing].
I configured spring-config.xml pointing to a postgres sql.
Before running the workflow, I used the DbSchemaCreate to create the database in postgress.
How do I make the process definitions to be saved to the database.
Right now, when I execute the process using the sample test case generated, I don't see any database updates.
thanks
Nath