
adam at newint
Mar 3, 2009, 2:24 PM
Post #10 of 17
(2939 views)
Permalink
|
FWIW, I just tried it without the checkout pipe and it worked fine as well (moving stories from one desk to another). I just did: bric_soap --username=$username --password=$password --server=$server story list_ids --search publish_status=0 --search unexpired=1 --search desk_id=101 | sort -k2 -t_ -n | bric_soap --username=$username -- password=$password --server=$server workflow move --desk Publish -- continue-on-errors - This is with 1.10.5 -a On 3 Mar 2009, at 19:16, David E. Wheeler wrote: > On Mar 3, 2009, at 10:40 AM, Matt Rolf wrote: > >> On Mar 3, 2009, at 1:13 PM, Adam Ma'anit wrote: >> >>> AFAIK the checkout is only temporary. Once the 'workflow move' >>> kicks in, the stories are checked in to the target desk and no >>> longer appear as checked out. >> >> Ok, cool, I'll try that. > > Yes, currently you have to check out a story to move it into a > workflow. But moving it to another desk in the workflow doesn't mean > that it's checked in. Does SOAP check it in in that case? > > Best, > > David >
|