Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Filtering a Task List using a Show Filter

Filtering a Task List using a Show Filter

Modify the default configuration in the
<avccom:filter/>
section of the
<avccom:taskFilterDef/>
section.
The following code snippet shows the default configuration:
<avccom:filter> <tsst:getTasks xmlns:tsst="http://schemas.active-endpoints.com/b4p/wshumantask/2007/10/aeb4p-task-state-wsdl.xsd"> <htdt:getMyTasks xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:taskType>TASKS</htdt:taskType <htdt:genericHumanRole>POTENTIAL_OWNERS</htdt:genericHumanRole> <htdt:status>READY</htdt:status> <htdt:whereClause>Task.Name = 'ApproveLoan'</htdt:whereClause> <htdt:maxTasks>20</htdt:maxTasks> </htdt:getMyTasks> <tsst:taskIndexOffset>0</tsst:taskIndexOffset> </tsst:getTasks> </avccom:filter>

0 COMMENTS

We’d like to hear from you!