StartChildWorkflow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new entity instance.
public ref class StartChildWorkflow sealed : System::Activities::CodeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class StartChildWorkflow : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type StartChildWorkflow = class
inherit CodeActivity
Public NotInheritable Class StartChildWorkflow
Inherits CodeActivity
- Inheritance
-
StartChildWorkflow
- Attributes
Constructors
StartChildWorkflow() |
Initializes a new instance of the StartChildWorkflow class. |
Properties
EntityId |
Sets the ID of the primary entity for the child workflow. |
EntityName |
Sets the logical name of the entity specified by the |
InputParameters |
Gets or sets the input parameters. |
WorkflowId |
Sets the ID of the workflow to be started. |