Workflow deployed as WCF service on azure is stuck -


we have deployed workflow wcf service on azure , throwing below error:

the execution of instancepersistencecommand interrupted because instance has not yet been persisted instance store

one thing noticed record getting inserted in below table, should not happen [system.activities.durableinstancing].[lockownerstable]

and causing fields in workflow instancetable getting set null. fields isinitialized, blockingbookmark null.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -