Actually, if I only want the director to fire once, and the director inside of that to fire more than once, is this what is happening? Because I only want to read this CSV file once, and send that to a composite actor and I think the original director is still looping and I only want the original director to fire once, and the director inside of that to keep firing, make sense?
On Mon, Jan 13, 2014 at 5:59 PM, Chad Sebranek <csebra...@gmail.com> wrote: > There we go. Set it to unbounded. That was easy, thanks Edward! > > > On Mon, Jan 13, 2014 at 5:57 PM, Edward Lee <e...@eecs.berkeley.edu> wrote: > >> >> Perhaps set the "iterations" parameter of the inside director to AUTO or >> UNBOUNDED. >> If you set it to "1" then the composite actor will fire only once. >> >> Edward >> >> >> On 1/13/14 3:52 PM, Chad Sebranek wrote: >> >> Hello, >> >> I'm trying to embed an interable composite actor inside of a workflow >> that triggers the 'iterable' workflow using SDF Directors but it still only >> fires once. Any ideas on how to do keep the composite actor workflow >> continuously looping? >> >> Thanks, >> Chad >> >> >> _______________________________________________ >> Kepler-dev mailing >> listKepler-dev@kepler-project.orghttp://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev >> >> >> >
_______________________________________________ Kepler-users mailing list Kepler-users@kepler-project.org http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users