public interface RegisterRemote extends Remote
Modifier and Type | Method and Description |
---|---|
Object |
registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Register a variable within a particular workflow
|
Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws RemoteException
context
- The current workflow contextentry
- The workflow entry. Note that this might be null, for example in a pre function
before the workflow has been initialisedargs
- Map of arguments as set in the workflow descriptorRemoteException
Copyright © 2021 catworkx GmbH. All rights reserved.