cancel
Showing results for 
Search instead for 
Did you mean: 

how to save process definition

nath
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

trademak
Star Contributor
Star Contributor
Are you using the Activiti Designer? Are you sure the Activiti Engine configuration is pointing to the PostgreSQL database?
If you run the generated unit test in the Activiti Designer you should see this in the database.
But besides that, I would recommend to learn a bit more about Activiti and understand its API.
You can do this by reading the userguide and my book.

Best regards,