Description
This Class needs to be augmented with a Type retrieval somehow.
I propose:
public final String getNodeType() {
try
catch (RepositoryException e) {
}
return null;
}
We'll need this to influence the SCXML workflow engine. To somehow retrieve the type of the Request.
This is a small and trivial change
Attachments
Issue Links
- is backported by
-
REPO-1355 [Backport 10.0] Add nodetype retrieval method in org.onehippo.repository.documentworkflow.Request
- Closed