StartChildWorkflow Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Starts a child workflow.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Inheritance Hierarchy
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Microsoft.Xrm.Sdk.Workflow.Activities.StartChildWorkflow
Syntax
public sealed class StartChildWorkflow : CodeActivity
Public NotInheritable Class StartChildWorkflow
Inherits CodeActivity
Constructors
Name | Description | |
---|---|---|
StartChildWorkflow() | Initializes a new instance of the StartChildWorkflow class. |
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) |
|
DisplayName | (Inherited from Activity.) |
|
EntityId | Sets the ID of the primary entity for the child workflow. |
|
EntityName | Sets the logical name of the entity specified by the EntityId property. |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from CodeActivity.) |
|
InputParameters | Gets or sets the input parameters. |
|
WorkflowId | Sets the ID of the workflow to be started. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Activity.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Custom XAML workflows
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright