我有7个工作流程需要执行;这种工作需要按某种顺序进行? 是否有按图4或可使用的任何其他办法安排这种服务?
海洋
我有7个工作流程需要执行;这种工作需要按某种顺序进行? 是否有按图4或可使用的任何其他办法安排这种服务?
海洋
如果您需要按顺序排列顺序排列,那么为什么不仅仅创造另一个工作流程,把你的所有7个工作流程作为头等活动?
Is is possible to pass parameters to an XOML only workflow? I m creating the workflow using XmlReader. Now is it possible to have parameters on an xoml only workflow?
Is it possible to pass the parameters of a ReceiveActivity to an Activity in a no-code behind? I don t want to create a property on the workflow. I did click on Bind property of the Activity, but ...
The workflow is being published as a wcf service, and I need to guarantee that workflows execute sequentially. Is there a way--in code or in the config--to guarantee the runtime doesn t launch two ...
I want to use the no-code authoring in the workflow. So no code behind. Let s say I have 2 custom activities with dependency properties. How can I bind a property from activity1 to activity2 ?
can i change the standard look and feel of a sequential workflow back to the wf 3.5 look and feel? I miss the on DragOver automatically expanding arrows between the elements. If this is not possible, ...
我正在视窗工作流程中开展一些习俗活动,我需要增加一种依赖性,可以列出用户在使用......时可以选择的若干价值。
I ve created a SharePoint 2007 Sequential Workflow and am trying to activate two workflows (one approval and one feedback) programmatically. workflowProperties.Site.WorkflowManager.StartWorkflow(...
I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...