mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 10:24:44 +08:00
refactor: 调整历史记录的fromnodetype/tonodetype
This commit is contained in:
@@ -493,10 +493,10 @@ namespace OpenAuth.App.Flow
|
||||
CreateUserName = user.Name,
|
||||
FromNodeId = currentNodeId,
|
||||
FromNodeName = currentNode.name,
|
||||
// FromNodeType = GetCurrentNodeType(),
|
||||
FromNodeType = GetCurrentNodeType(),
|
||||
ToNodeId = nextNodeId,
|
||||
ToNodeName = nextNode?.name,
|
||||
// ToNodeType = GetNextNodeType(),
|
||||
ToNodeType = GetNextNodeType(),
|
||||
IsFinish = IsFinish() ? FlowInstanceStatus.Finished : FlowInstanceStatus.Running,
|
||||
TransitionSate = 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user