Workflow Persistance VS2012

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
venkatesh
Posts: 2
Joined: Wed 17 Jul 2013 02:54

Workflow Persistance VS2012

Post by venkatesh » Wed 17 Jul 2013 03:03

Can you send some samples for Windows Workflow service using Visual Studio 2012 and devart for Oracle persistence ?.

I have tried the below for the latest version (7.7) but it's not working.

<configuration>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="">
<oracleInstanceStore
connectionString="Data Source=ora;User Id=scott;Password=tiger"
instanceEncodingOption="GZip | None"
instanceCompletionAction="DeleteAll | DeleteNothing"
instanceLockedExceptionAction="NoRetry | BasicRetry |AggressiveRetry"
hostLockRenewalPeriod="00:00:30"
runnableInstancesDetectionPeriod="00:00:05" />
</behavior>
</serviceBehaviors>
</behaviors>

I am getting this error :-

The execution of the InstancePersistenceCommand named {urn:schemas-microsoft-com:System.Activities.Persistence/command}LoadWorkflowByInstanceKey was interrupted by an error.

Any idea about this error ?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Workflow Persistance VS2012

Post by Pinturiccio » Fri 19 Jul 2013 12:54

The configuration that is described in the documentation supposes choosing one of the several possible options. For example, the string instanceEncodingOption="GZip | None" supposes choosing either instanceEncodingOption="GZip" or instanceEncodingOption="None".
venkatesh wrote:Can you send some samples for Windows Workflow service using Visual Studio 2012 and devart for Oracle persistence ?
We have created a small sample and sent it to you by e-mail.

Post Reply