Condividi tramite


NestedWorkflow.ExecuteWorkflow Method

Definition

Executes the nested workflow configuration.

Overloads

ExecuteWorkflow(ServiceContainer, ActionKey)

Executes the nested workflow configuration.

ExecuteWorkflow(ServiceContainer, String)

Executes the nested workflow configuration.

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Executes the nested workflow configuration.

ExecuteWorkflow(ServiceContainer, ActionKey)

Executes the nested workflow configuration.

public:
 static void ExecuteWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, Microsoft::SqlServer::Setup::Chainer::Workflow::ActionKey sequenceId);
public static void ExecuteWorkflow (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey sequenceId);
static member ExecuteWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey -> unit
Public Shared Sub ExecuteWorkflow (context As ServiceContainer, sequenceId As ActionKey)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

sequenceId
Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey

The sequence identifier.

Applies to

ExecuteWorkflow(ServiceContainer, String)

Executes the nested workflow configuration.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

sequenceId
String

The sequence identifier.

Applies to

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Executes the nested workflow configuration.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

sequencesRootPath
String

The sequences root path.

sequenceId
Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey

The sequence identifier.

Applies to