Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I see three basic possibilities:</p> <ol> <li><p>The task is assigned and filtered as you write. Unfortunately e do not have "variableGreaterThan" in the TaskQuery. So you could either write an own customer query (see <a href="https://app.camunda.com/confluence/display/foxUserGuide/Performance+Tuning+with+custom+Queries" rel="nofollow">here</a>) or do a proper ExecutionQuery (which has variableValueGreaterThan) and afterwards the task query. The latter might not be optimal depending on the query. It might be worth to file an issue to add taskVariableValueGreaterThan/LowerThan to the TaskQuery.</p></li> <li><p>You do a normal task query and filter them in memory. Might be sufficient - depends on the performance requirements.</p></li> <li><p>You could unassign the task until the deferred date is reached. Then you could either try to leverage the Timer/JobExecutor infrastructure to automatically re-assign the task when the deferred date is due (<a href="https://app.camunda.com/confluence/display/foxUserGuide/User+Task+Escalation#UserTaskEscalation-Due-DatePropertyinUserTaskplusEscalationJobs" rel="nofollow">this</a> is a bit like) . Unfortunately I do not have the time at the moment to code an example - but it is an interessting option though). Or you have some external Job checking that once in a while (doing an execution query for overdue deferred date - reassign and remove the deferred date - keeps efficient I think). </p></li> </ol> <p>Hope that helps a bit to sort out options? Maybe I forgot something?</p> <p>Cheers Bernd</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload