请求地址:
    
        
            
    
        
            
                
            
            
                
        
            
            
            
                
                
                    
            
        
        
    
        
    
            
            
        
    
        
    
        
    
        
            
    
        
            
                
            
            
                
        
            
            
            
                
                
                    
            
        
        
    
            
            
        
    
        
    
        
        
        
        
            /api/v1/workflow
    
        
    
        请求方式:
    
        PUT
    
        
    
        
        Body
    
        json
            
        
    
            {
  "code": "10ae626195704b96b353d00aeb6ab1e5",
  "executor": "LocalExecutor",
  "name": "dsf",
  "configure": {
    "nodes": [
      {
        "id": "52c6222f-e49a-4afc-9201-35e296201a33",
        "tid": "jdbc-source",
        "category": "source",
        "position": {
          "x": 137,
          "y": 95
        },
        "key": "Jdbc",
        "data": { ... }
      }
    ],
    "connections": [
      {
        "id": "668a7830-5c48-433e-9688-c6f8c9341ff7",
        "source": "52c6222f-e49a-4afc-9201-35e296201a33-output",
        "target": "f2f8b63e-902a-4467-acdf-32c0a7ed4074-input"
      }
    ]
  }
}
                
        Response
    
        json
            
        
    
            {
  "name": "sss",
  "code": "c1ff398243994338a79730f8a1d4f55f",
  "active": true,
  "createTime": "2024-12-19 22:19:30",
  "updateTime": "2024-12-19 22:19:31",
  "state": "FAILURE",
  "message": "/bin/sh: null/bin/start-seatunnel-spark-connector-v2.sh: No such file or directory",
  "work": "...",
  "elapsed": 492,
  "executor": "SeatunnelExecutor",
  "configure": { ... },
  "user": { ... }
}
                
        
        贡献者