NestedWorkflow.ExecuteEmbeddedWorkflow(ServiceContainer, String) Método

Definición

Ejecuta la configuración del flujo de trabajo incrustado.

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)

Parámetros

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Contexto.

sequenceId
String

Identificador de secuencias.

Se aplica a