summaryrefslogtreecommitdiff
path: root/src/main/idl/Entity.idl
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-05-16 10:38:32 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-05-16 10:38:32 +0200
commit62c7a46967e949304e6b242854526463aae7ee17 (patch)
tree50548ae1c30d8355091f77365214c4378870ddac /src/main/idl/Entity.idl
parent8e8185210f5bd87cb5dcda3a458fe059f811aafc (diff)
item.request returns the final outcome, which may be modified during the
execution (e.g. in the case of Predefined Steps). Fixes #136
Diffstat (limited to 'src/main/idl/Entity.idl')
-rw-r--r--src/main/idl/Entity.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/idl/Entity.idl b/src/main/idl/Entity.idl
index 2aa9188..51884a3 100644
--- a/src/main/idl/Entity.idl
+++ b/src/main/idl/Entity.idl
@@ -101,7 +101,7 @@ module entity
* @throws PersistencyException There was a problem committing the changes to storage.
* @throws ObjectAlreadyExistsException Not normally thrown, but reserved for PredefinedSteps to throw if they need to.
**/
- void requestAction( in unsigned long agentID,
+ string requestAction( in unsigned long agentID,
in string stepPath,
in unsigned long transitionID,
in string requestData