Skip to content

Commit 22fd53c

Browse files
authored
Merge pull request #1573 from gewarren/gewarren-workflow0308
Update workflow designer topics
2 parents e50875e + a93fa9c commit 22fd53c

File tree

132 files changed

+3787
-4577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3787
-4577
lines changed
Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
11
---
22
title: "Activity Views (Legacy) | Microsoft Docs"
3-
ms.custom: ""
43
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
84
ms.topic: "reference"
95
helpviewer_keywords:
106
- "activities, activity views"
117
- "views, activity"
128
- "activity views"
139
ms.assetid: 83dc68cd-2cb2-45c2-9a6e-10d82053171a
14-
caps.latest.revision: 5
15-
author: "ErikRe"
16-
ms.author: "erikre"
17-
manager: "erikre"
10+
author: gewarren
11+
ms.author: gewarren
12+
manager: ghogen
1813
ms.workload:
1914
- "multiple"
2015
---
2116
# Activity Views (Legacy)
22-
Many of the activities provided by [!INCLUDE[wf](../workflow-designer/includes/wf_md.md)], from which workflows are composed, have several design views available in the legacy [!INCLUDE[wfd1](../workflow-designer/includes/wfd1_md.md)]. When you drag an activity designer from the **Toolbox** onto the design surface, and thereafter whenever you select the activity, you can switch between the different design views by using either the **Workflow** menu or by right-clicking the selected activity. Also, when you move the pointer over the name of a selected activity, a drop-down set of tabs appears that you can use to switch between the different views.
23-
24-
Every activity has at least one view; this is the default view shown when you drag an activity designer from the **Toolbox** onto the design surface. This activity default view is available as the **View [activity type]** option on the menus and tab, for example, **View Parallel**. Most of the activities have additional views and different activities can have different views. For example, the [TransactionScopeActivity](http://go.microsoft.com/fwlink?LinkID=65093) activity has the compensation view and the [EventHandlingScopeActivity](http://go.microsoft.com/fwlink?LinkID=65030) activity has an events view. Many of the activities that come with Windows Workflow Foundation have **View Cancel Handler** and **View Faults** design views to view the [CancellationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65050) and a [FaultHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65055) associated with them.
25-
26-
The following table lists the name and description of each view.
27-
28-
|Menu/Tab Option|Description|
29-
|----------------------|-----------------|
30-
|**View [activity type]**|Select this menu or tab option to view the default graphical representation of the selected activity.|
31-
|**View Cancel Handler**|Select this menu or tab option view to view the [CancellationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65050) associated with the selected activity.|
32-
|**View Fault Handler**|Select this menu or tab option view to view the [FaultHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65055) associated with the selected activity.|
33-
|**View Compensation Handler**|Select this menu or tab option view to view the [CompensationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65053) associated with the selected [TransactionScopeActivity](http://go.microsoft.com/fwlink?LinkID=65093).|
34-
|**View Events Handler**|Select this menu or tab option view to view the [EventHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65018) associated with the selected the [EventHandlingScopeActivity](http://go.microsoft.com/fwlink?LinkID=65030).|
35-
36-
For information about similar views, see [Sequential Workflow Views (Legacy)](../workflow-designer/sequential-workflow-views-legacy.md).
37-
38-
## See Also
39-
[Legacy Workflow Activities](../workflow-designer/legacy-workflow-activities.md)
40-
[Sequential Workflow Views (Legacy)](../workflow-designer/sequential-workflow-views-legacy.md)
17+
Many of the activities provided by [!INCLUDE[wf](../workflow-designer/includes/wf_md.md)], from which workflows are composed, have several design views available in the legacy Windows Workflow Designer. When you drag an activity designer from the **Toolbox** onto the design surface, and thereafter whenever you select the activity, you can switch between the different design views by using either the **Workflow** menu or by right-clicking the selected activity. Also, when you move the pointer over the name of a selected activity, a drop-down set of tabs appears that you can use to switch between the different views.
18+
19+
Every activity has at least one view; this is the default view shown when you drag an activity designer from the **Toolbox** onto the design surface. This activity default view is available as the **View [activity type]** option on the menus and tab, for example, **View Parallel**. Most of the activities have additional views and different activities can have different views. For example, the [TransactionScopeActivity](http://go.microsoft.com/fwlink?LinkID=65093) activity has the compensation view and the [EventHandlingScopeActivity](http://go.microsoft.com/fwlink?LinkID=65030) activity has an events view. Many of the activities that come with Windows Workflow Foundation have **View Cancel Handler** and **View Faults** design views to view the [CancellationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65050) and a [FaultHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65055) associated with them.
20+
21+
The following table lists the name and description of each view.
22+
23+
|Menu/Tab Option|Description|
24+
|----------------------|-----------------|
25+
|**View [activity type]**|Select this menu or tab option to view the default graphical representation of the selected activity.|
26+
|**View Cancel Handler**|Select this menu or tab option view to view the [CancellationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65050) associated with the selected activity.|
27+
|**View Fault Handler**|Select this menu or tab option view to view the [FaultHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65055) associated with the selected activity.|
28+
|**View Compensation Handler**|Select this menu or tab option view to view the [CompensationHandlerActivity](http://go.microsoft.com/fwlink?LinkID=65053) associated with the selected [TransactionScopeActivity](http://go.microsoft.com/fwlink?LinkID=65093).|
29+
|**View Events Handler**|Select this menu or tab option view to view the [EventHandlersActivity](http://go.microsoft.com/fwlink?LinkID=65018) associated with the selected the [EventHandlingScopeActivity](http://go.microsoft.com/fwlink?LinkID=65030).|
30+
31+
For information about similar views, see [Sequential Workflow Views (Legacy)](../workflow-designer/sequential-workflow-views-legacy.md).
32+
33+
## See also
34+
35+
- [Legacy Workflow Activities](../workflow-designer/legacy-workflow-activities.md)
36+
- [Sequential Workflow Views (Legacy)](../workflow-designer/sequential-workflow-views-legacy.md)
Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
---
22
title: "Add CorrelationInitializers Dialog Box | Microsoft Docs"
3-
ms.custom: ""
43
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
84
ms.topic: "reference"
95
f1_keywords:
106
- "AddCorrelationInitializers.UI"
117
ms.assetid: c0517467-d54a-4ee6-aef0-c19b96b6f395
12-
caps.latest.revision: 5
13-
author: "ErikRe"
14-
ms.author: "erikre"
15-
manager: "erikre"
8+
author: gewarren
9+
ms.author: gewarren
10+
manager: ghogen
1611
ms.workload:
1712
- "multiple"
1813
---
1914
# Add CorrelationInitializers Dialog Box
20-
The **Add Correlation Initializers** dialog box is used in [!INCLUDE[wfd1](../workflow-designer/includes/wfd1_md.md)] to configure the **CorrelationInitializers** properties of the <xref:System.ServiceModel.Activities.Send>, <xref:System.ServiceModel.Activities.Receive>, <xref:System.ServiceModel.Activities.SendReply>, and <xref:System.ServiceModel.Activities.ReceiveReply> activities. [!INCLUDE[crabout](../test/includes/crabout_md.md)] the activity designers that use this box, see the [Send](../workflow-designer/send-activity-designer.md), [Receive](../workflow-designer/receive-activity-designer.md), [ReceiveAndSendReply](../workflow-designer/receiveandsendreply-template-designer.md), and [SendAndReceiveReply](../workflow-designer/sendandreceivereply-template-designer.md) topics.
21-
22-
The correlation initializers in the collection specified with this dialog box can initialize query-based, context, callback context, or request-reply correlations between the messaging activities.
23-
24-
The following table describes the user interface (UI) elements of the **Add Correlation Initializers** dialog box.
25-
26-
|UI Element|Description|
27-
|----------------|-----------------|
28-
|**Add Initializer**|Click the **Add initialize** box to add an additional initializer to the collection.|
29-
|**Correlation Type**|Specifies the type of correlation initializer. There are four types to choose from:<br /><br /> 1. A callback correlation initializer to specify a <xref:System.ServiceModel.Activities.CallbackCorrelationInitializer>.<br />2. A context correlation initializer to specify a <xref:System.ServiceModel.Activities.CorrelationInitializer>.<br />3. A request-reply correlation initializer to specify a <xref:System.ServiceModel.Activities.RequestReplyCorrelationInitializer>.<br />4. A query correlation initializer to specify a <xref:System.ServiceModel.Activities.QueryCorrelationInitializer>.<br /><br /> To edit the **CorrelationType**<br /><br /> 1. Tab to the specific row in the **Add Initializer** DataGrid.<br />2. Press Ctrl+Tab to set focus to **CorrelationTypeComboBox**<br />3. Press Alt+Down to pop up the **ComboBox** and edit it.|
30-
|**XPath Queries**|A key/value pair that contains the queries used to extract correlation data from incoming and outgoing messages. This list is only valid when using <xref:System.ServiceModel.Activities.QueryCorrelationInitializer> types.|
31-
32-
## To launch the Add Correlation Initializers dialog box
33-
The **Add Correlation Initializers** dialog box is used by the **Send**, **Receive**, **ReceiveAndSendReply**, and **SendAndReceiveReply** designers. Accessing them is similar in each case and the case that involves the **Receive** designer is use here to illustrate the procedure.
34-
35-
The **Receive** activity designer can be dragged from the **Toolbox** and dropped on to the [!INCLUDE[wfd2](../workflow-designer/includes/wfd2_md.md)] surface wherever activities are usually placed. This creates a <xref:System.ServiceModel.Activities.Receive> activity with a default <xref:System.Activities.Activity.DisplayName%2A> of Receive. Select the **Receive** activity designer and click the ellipsis button next to the (Collection) text for the **CorrelationInitializers** property in the property grid for the **Add Correlation Initializers** dialog box to appear.
36-
37-
## See Also
38-
[Add Correlation Dialog Box](http://msdn.microsoft.com/en-us/9e41a149-e8ab-41b1-8886-ea06a63041b6)
39-
[Initialize Correlation Dialog Box](../workflow-designer/initialize-correlation-dialog-box.md)
15+
The **Add Correlation Initializers** dialog box is used in Windows Workflow Designer to configure the **CorrelationInitializers** properties of the <xref:System.ServiceModel.Activities.Send>, <xref:System.ServiceModel.Activities.Receive>, <xref:System.ServiceModel.Activities.SendReply>, and <xref:System.ServiceModel.Activities.ReceiveReply> activities. For more information about the activity designers that use this box, see the [Send](../workflow-designer/send-activity-designer.md), [Receive](../workflow-designer/receive-activity-designer.md), [ReceiveAndSendReply](../workflow-designer/receiveandsendreply-template-designer.md), and [SendAndReceiveReply](../workflow-designer/sendandreceivereply-template-designer.md) topics.
16+
17+
The correlation initializers in the collection specified with this dialog box can initialize query-based, context, callback context, or request-reply correlations between the messaging activities.
18+
19+
The following table describes the user interface (UI) elements of the **Add Correlation Initializers** dialog box.
20+
21+
|UI Element|Description|
22+
|----------------|-----------------|
23+
|**Add Initializer**|Click the **Add initialize** box to add an additional initializer to the collection.|
24+
|**Correlation Type**|Specifies the type of correlation initializer. There are four types to choose from:<br /><br /> 1. A callback correlation initializer to specify a <xref:System.ServiceModel.Activities.CallbackCorrelationInitializer>.<br />2. A context correlation initializer to specify a <xref:System.ServiceModel.Activities.CorrelationInitializer>.<br />3. A request-reply correlation initializer to specify a <xref:System.ServiceModel.Activities.RequestReplyCorrelationInitializer>.<br />4. A query correlation initializer to specify a <xref:System.ServiceModel.Activities.QueryCorrelationInitializer>.<br /><br /> To edit the **CorrelationType**<br /><br /> 1. Tab to the specific row in the **Add Initializer** DataGrid.<br />2. Press Ctrl+Tab to set focus to **CorrelationTypeComboBox**<br />3. Press Alt+Down to pop up the **ComboBox** and edit it.|
25+
|**XPath Queries**|A key/value pair that contains the queries used to extract correlation data from incoming and outgoing messages. This list is only valid when using <xref:System.ServiceModel.Activities.QueryCorrelationInitializer> types.|
26+
27+
## To launch the Add Correlation Initializers dialog box
28+
The **Add Correlation Initializers** dialog box is used by the **Send**, **Receive**, **ReceiveAndSendReply**, and **SendAndReceiveReply** designers. Accessing them is similar in each case and the case that involves the **Receive** designer is use here to illustrate the procedure.
29+
30+
The **Receive** activity designer can be dragged from the **Toolbox** and dropped on to the [!INCLUDE[wfd2](../workflow-designer/includes/wfd2_md.md)] surface wherever activities are usually placed. This creates a <xref:System.ServiceModel.Activities.Receive> activity with a default <xref:System.Activities.Activity.DisplayName%2A> of Receive. Select the **Receive** activity designer and click the ellipsis button next to the (Collection) text for the **CorrelationInitializers** property in the property grid for the **Add Correlation Initializers** dialog box to appear.
31+
32+
## See also
33+
34+
- [Add Correlation Dialog Box](http://msdn.microsoft.com/en-us/9e41a149-e8ab-41b1-8886-ea06a63041b6)
35+
- [Initialize Correlation Dialog Box](../workflow-designer/initialize-correlation-dialog-box.md)

docs/workflow-designer/add-parameters-and-add-arguments-dialog-boxes.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
22
title: "Add Parameters and Add Arguments Dialog Boxes | Microsoft Docs"
3-
ms.custom: ""
43
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
84
ms.topic: "reference"
95
f1_keywords:
106
- "AddParameters.UI"
117
ms.assetid: a21fb4fe-134b-40b0-8497-86b842940ca1
12-
caps.latest.revision: 7
13-
ms.author: "sdanie"
14-
manager: "erikre"
8+
ms.author: gewarren
9+
manager: ghogen
1510
ms.workload:
1611
- "multiple"
12+
author: gewarren
1713
---
1814
# Add Parameters and Add Arguments Dialog Boxes
1915
The following table describes the user interface (UI) elements of the **Add Parameters** dialog box used by the <xref:System.Activities.Statements.InvokeMethod> designer.

0 commit comments

Comments
 (0)