Add the following code to refresh a taskflow.
BindingContext bctx = BindingContext.getCurrent();
BindingContainer bindings = bctx.getCurrentBindingsEntry();
DCTaskFlowBinding taskflowBinding = null;
taskflowBinding = (DCTaskFlowBinding) bindings.get("--taskflow id here");
taskflowBinding.refresh();
Saturday, September 4, 2010
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment