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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

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