Simon Macklin
08/10/2022, 9:18 PMZanie
OrionClient.propose_state
method and the prefect.engine
module will be helpful for understanding the requests that are made. Basically, the client proposes states and the server returns a response indicating what the client should do. I wouldn’t recommend attempting to write your own implementation in another language yet. Eventually, we’ll document the basic client process that needs to occur to support new implementations.Simon Macklin
08/10/2022, 9:27 PMSimon Macklin
08/10/2022, 10:24 PMZanie