feat: name id node
This commit is contained in:
		@@ -19,7 +19,7 @@ class VorkNodeStart(VorkNode):
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def id(self) -> str:
 | 
			
		||||
        return "node_start"
 | 
			
		||||
        return "START"
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def form(cls) -> StartNodeCoreSchema:
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ class VorkNodeIf(VorkNode):
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def id(self) -> str:
 | 
			
		||||
        return "node_if"
 | 
			
		||||
        return "IF"
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def form(cls) -> IfNodeDescriptor:
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ class VorkNodeListen(VorkNode):
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def id(self) -> str:
 | 
			
		||||
        return "node_listen"
 | 
			
		||||
        return "LISTEN"
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def form(cls) -> Dict[str, Any]:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user