NestedWorkflow.ExecuteWorkflow 方法

定义

执行嵌套工作流配置。

重载

ExecuteWorkflow(ServiceContainer, ActionKey)

执行嵌套工作流配置。

ExecuteWorkflow(ServiceContainer, String)

执行嵌套工作流配置。

ExecuteWorkflow(ServiceContainer, String, ActionKey)

执行嵌套工作流配置。

ExecuteWorkflow(ServiceContainer, ActionKey)

执行嵌套工作流配置。

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)

参数

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

上下文。

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

序列标识符。

适用于

ExecuteWorkflow(ServiceContainer, String)

执行嵌套工作流配置。

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)

参数

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

上下文。

sequenceId
String

序列标识符。

适用于

ExecuteWorkflow(ServiceContainer, String, ActionKey)

执行嵌套工作流配置。

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)

参数

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

上下文。

sequencesRootPath
String

序列根路径。

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

序列标识符。

适用于