GitHub user KennyChung2000 added a comment to the discussion: Can't Re open workflow ,after Remote Hop-Server restart
Thank you for your suggest, After reading your suggestions, I am tryin to us Rest Api to upload my workflow ``` curl -X POST "http://localhost:8081/hop/addWorkflow/xml=Y" -H "Content-Type: application/xml" -d @D:\\Apach Hop\\apache-hop-client-2.10.0\\hop\\testqWorkflow.xml -u cluster:cluster ``` I jsut change my testqWorkflow.hwf File extension to testqWorkflow.xml ,and error like this ``` org.apache.hop.core.exception.HopException: Error reading metadata from JSON Error find metadata class for key null The metadata plugin for key null could not be found in the plugin registry ``` it means I have attchch "matadata" folder in this api request? GitHub link: https://github.com/apache/hop/discussions/4596#discussioncomment-11344388 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
