This "interface" abstracts away workflow definition language, syntax, or its execution model, but it allows other code to listen on what's going on.
{@link FlowExecution} must support persistence by XStream, which shouldcapture the state of execution at one point. The expectation is that when the object gets deserialized, it'll start re-executing from that point. @author Kohsuke Kawaguchi @author Jesse Glick
|
|
|
|