English 中文(简体)
Workflow no-code authoring
原标题:

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 ?

最佳回答

You can still use Activity binding in a no code behind scenario.

In the designer select activity2 and in the property grid uses the ... button on the target property. This opens the "Bind Property to an activity s property" dialog. Navigate to Activity1 and select the source property from it.

Or if you want to be hardcode you can tweak up the XOML:-

<ns0:Activity2 SomeProperty="{ActivityBind Activity1, Path=SomeOtherProperty}" ..>
问题回答

暂无回答




相关问题
Xoml only Workflow parameters

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?

Workflow no-code authoring

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 ?

Look and feel of workflow (.net WF4, beta2)

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, ...

在工作流程中增加多个不动产元数据

我正在视窗工作流程中开展一些习俗活动,我需要增加一种依赖性,可以列出用户在使用......时可以选择的若干价值。

Exception practices when creating a SynchronizationContext?

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 ...

热门标签