NestedWorkflow クラス

定義

入れ子になったワークフローの構成を表します。

public ref class NestedWorkflow
public class NestedWorkflow
type NestedWorkflow = class
Public Class NestedWorkflow
継承
NestedWorkflow

コンストラクター

NestedWorkflow()

NestedWorkflow クラスの新しいインスタンスを初期化します。

メソッド

ExecuteEmbeddedWorkflow(ServiceContainer, String)

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

ExecuteWorkflow(ServiceContainer, ActionKey)

入れ子になったワークフローの構成を実行します。

ExecuteWorkflow(ServiceContainer, String)

入れ子になったワークフローの構成を実行します。

ExecuteWorkflow(ServiceContainer, String, ActionKey)

入れ子になったワークフローの構成を実行します。

適用対象