Share via


NestedWorkflow.ExecuteEmbeddedWorkflow(ServiceContainer, String) Method

Definition

Executes the embedded workflow configuration.

public:
 static void ExecuteEmbeddedWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ sequenceId);
public static void ExecuteEmbeddedWorkflow (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string sequenceId);
static member ExecuteEmbeddedWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string -> unit
Public Shared Sub ExecuteEmbeddedWorkflow (context As ServiceContainer, sequenceId As String)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

sequenceId
String

The sequence identifier.

Applies to