NodeMediatorStartExecteActionList Method |
执行外部操作的方法
Namespace: Slickflow.Engine.Core.PatternAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic void ExecteActionList(
IList<ActionEntity> actionList,
IDictionary<string, ActionParameterInternal> actionMethodParameters
)
Parameters
- actionList
- Type: System.Collections.GenericIListActionEntity
- actionMethodParameters
- Type: System.Collections.GenericIDictionaryString, ActionParameterInternal
See Also