Petals SE Flowable

Improve information returned by service 'getTasks'

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0.1
  • Fix Version/s: 1.1.0
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The integration service 'getTasks' returns information about task instances matching the given criteria: process definition id, process instance id, task instance id.
    We should be able to return the associated process variables if needed, using the criteria 'with-process-instance-variables' on request. Process variables should be returned as:

    <getTasksResponse ...>
       <tasks>
          <task ...>
             <process-variables>
                <variable name="name">value</variable>
                ...
             </process-variables>
          </task>
       </tasks>
    </getTasksResponse>
    Show
    The integration service 'getTasks' returns information about task instances matching the given criteria: process definition id, process instance id, task instance id. We should be able to return the associated process variables if needed, using the criteria 'with-process-instance-variables' on request. Process variables should be returned as:
    <getTasksResponse ...>
       <tasks>
          <task ...>
             <process-variables>
                <variable name="name">value</variable>
                ...
             </process-variables>
          </task>
       </tasks>
    </getTasksResponse>
  • Environment:
    -

Activity

People

Dates

  • Created:
    Wed, 4 Apr 2018 - 12:51:39 +0200
    Updated:
    Wed, 4 Apr 2018 - 15:57:18 +0200
    Resolved:
    Wed, 4 Apr 2018 - 15:57:18 +0200