I am having problems getting validation to work properly in the designer for my custom activity. The simplest sample to reproduce the behavior is as follows:
I recently joined a project where Workflow Foundation 4.0 is being used to model business processes. We have a designer tool so that consultants for clients can customise the workflow definitions. We
We have an application where we are creating an activity (say = CallA), this activity will be used in the worklfow project. This activity(CallA) will call a method which is present i开发者_Python百科n
I am starting to write a Best performance white paper for my organization for using Microsoft Work Flow Foundation.
After installing app fabric management module开发者_运维问答 for use with systems center operations management (SCOM), it only monitors the app-fabric product itself and not the applications we have d
I\'m re-hosting the designer in my own application. But I surprisingly found the icons in the toolbox are blurred. Screenshot is upload here.
I have my workflow hosted in a WorkflowServiceApplication running on IIS5 (production environment will be IIS6) with a persistence database. It\'s a request/approval service so there\'s a delay (a few
I understand that flow control and context are separated on WF4 but I\'m asking you how can I control the context of a given workflow.
I\'m learning WF while envisioning a system that I\'m developing for industrial automation. The physical process IS a workflow. For example, the process involves controlling a 6-dof robot to pickup a
I am trying to implement a WF4 activity extension which to handle some long running data processing and to send information back to the \"mother\" activity from time to time.