NestedWorkflow.ExecuteEmbeddedWorkflow(ServiceContainer, String) メソッド

定義

埋め込まれたワークフローの構成を実行します。

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)

パラメーター

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

コンテキスト。

sequenceId
String

シーケンスの識別子です。

適用対象