Edit

Share via


WorkflowChanges.TransientWorkflow Property

Definition

Returns a cloned activity tree to which changes can be made and then applied to the running workflow instance.

public:
 property System::Workflow::ComponentModel::CompositeActivity ^ TransientWorkflow { System::Workflow::ComponentModel::CompositeActivity ^ get(); };
public System.Workflow.ComponentModel.CompositeActivity TransientWorkflow { get; }
member this.TransientWorkflow : System.Workflow.ComponentModel.CompositeActivity
Public ReadOnly Property TransientWorkflow As CompositeActivity

Property Value

A CompositeActivity that contains the cloned root activity for the workflow.

Applies to