c# - Is it possible to change the Sql Workflow Persistence Service table and stored procedure names? -
I am using the default SQL workflow firmness service to manage workflow persistence in a developing application. I have used Microsoft scripts to generate schemas and logic in a SQL database. Up yet, it has done great work; However, I want to change the names of both tables and stored procedures to comply with the Naming Conferences of my selection.
For example, the script provided by Microsoft has created a stored procedure called RetrieveNonblockingInstanceStateIds
and I want to rename it to wf_RetrieveNonblockingInstanceStateIds
I am
You can probably create your own persistence service, but personally I will leave it alone As it is.
Comments
Post a Comment