diff --git a/src/Model/Activity.php b/src/Model/Activity.php index b08b8dd..df9e434 100644 --- a/src/Model/Activity.php +++ b/src/Model/Activity.php @@ -48,6 +48,8 @@ class Activity extends ApiResourceBase public const STATE_CANCELLED = 'cancelled'; + public const STATE_STAGED = 'staged'; + /** * Wait for the activity to complete. *