diff --git a/golem-rpc-api/src/comp.rs b/golem-rpc-api/src/comp.rs index 28bc8ac..bb7ed31 100644 --- a/golem-rpc-api/src/comp.rs +++ b/golem-rpc-api/src/comp.rs @@ -158,6 +158,7 @@ pub enum TaskStatus { #[serde(rename = "Creating the deposit")] CreatingDeposit, Sending, + Creating, Waiting, Starting, Computing,