Index: trunk/ippTasks/warp.pro
===================================================================
--- trunk/ippTasks/warp.pro	(revision 19545)
+++ trunk/ippTasks/warp.pro	(revision 19559)
@@ -272,4 +272,5 @@
     book getword warpPendingSkyCell $pageName tess_id -var TESS_DIR
     book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
+    book getword warpPendingSkyCell $pageName state -var RUN_STATE
 
     # set the host and workdir based on the skycell hash
@@ -283,5 +284,5 @@
     stderr $LOGDIR/warp.skycell.log
 
-    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output
+    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
     add_standard_args run
 
