cancel
Showing results for 
Search instead for 
Did you mean: 

Search in resourceAssignmentExpression

massonr
Champ in-the-making
Champ in-the-making
Hello,

I deployed some process with resourceAssignmentExpression information.

Example :
  <userTask id='theTask' name='important task' >
    <potentialOwner>
      <resourceAssignmentExpression>
        <formalExpression>user(kermit), group(management)</formalExpression>
      </resourceAssignmentExpression>
    </potentialOwner>
  </userTask>

My question is :
How I can get the list of Process where Kermit is a ResourceAssignment?


BR
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
For the moment, you'll need to to get the ReadOnlyProcessDefinition through casting the repositoryservice, there you can inspect some of the properties.
Alternatively … you can always fetch the xml.

We're currently working on making the process of inspecting the process easier, with offering a pojo model. But that'll be for a next release.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.