mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-31 21:46:34 +08:00
流程返回值改为FlowResult,记录节点信息、上下文信息,为以后的流程调用回溯做准备
This commit is contained in:
@@ -26,13 +26,13 @@ namespace Serein.Library.Api
|
||||
/// <param name="context"></param>
|
||||
/// <param name="index"></param>
|
||||
/// <returns></returns>
|
||||
object GetArgData(IDynamicContext context, int index);
|
||||
//object GetArgData(IDynamicContext context, int index);
|
||||
/// <summary>
|
||||
/// 获取流程当前传递的数据
|
||||
/// </summary>
|
||||
/// <param name="context"></param>
|
||||
/// <returns></returns>
|
||||
object GetFlowData(IDynamicContext context);
|
||||
/// FlowResult GetFlowData(IDynamicContext context);
|
||||
|
||||
/// <summary>
|
||||
/// 获取全局数据
|
||||
|
||||
Reference in New Issue
Block a user