xamlx
Control persisted WF instance (xamlx) without AppFabric
I have a workflow service (xamlx) which implements some complex business process (with persistence and correlation).This service is hosted in IIS and I use AppFabric to control workflow instanses (Ter[详细]
2023-02-24 06:34 分类:问答How can i call a receive activity from a xamlx workflow service using javascript?
I need to call a receive activity in my workflow from javascript passing the parameters as json and i need the response as json format too..[详细]
2023-02-01 01:04 分类:问答Behaviour of SendResponse in WF4
at the top of my template workflow I put a ReceiveRequest / SendReply block where I\'d like to perform synchronous operations, enabling then the user client开发者_开发问答 to receive a timely response[详细]
2023-01-25 13:59 分类:问答VS2010 Workflow Design Surface Inoperative
I am using VS2010 and having an issue where upon opening my solution the Workflow.xamlx does not appear to render correctly.[详细]
2023-01-21 01:25 分类:问答How to hook up WF4 WorkflowRuntime events when using a XAMLX service
I\'m currently using a BehaviorExtensionElement to load a ServiceBehavior where the ApplyDispatchBehavior method is set up as:[详细]
2023-01-01 00:13 分类:问答How to (pre)start xamlx workflow service
Related to this question. I have a xamlx w开发者_运维问答orkflow service that loads part of its definition from a database when it runs (using ActivityXamlServices.Load). Reason for this is that I ne[详细]
2022-12-26 15:43 分类:问答Error message: "Two different contracts have the same ConfigurationName" when downloading wsdl from xamlx in AppFabric beta 2
I get the following error message when I try to use svcutil to generate a client proxy for a xamlx file that is hosted by AppFabric beta 2:[详细]
2022-12-22 15:33 分类:问答