Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the ExecutionType of the Container returned as a response to the allocate call is contained in the ContinerTokenIdentifier which is encoded into the ContainerToken.
Unfortunately, the client would need to decode the returned token to access the ContainerTokenIdentifier, which probably should not be allowed.
This JIRA proposes to add a getExecutionType() method in the container record.