Petals SE Flowable

Placeholders not reloaded once a process instance is started

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2.2
  • Fix Version/s: 1.3.2
  • Security Level: Public
  • Description:
    Hide

    Placeholders can be used in process definition through the process variable 'petalsPlaceholders', for example in a JUEL expression:

    ${empty execution.variableInstances.petalsPlaceholders.getValue().placeholderValue1 ? "default-value-1" : execution.variableInstances.petalsPlaceholders.getValue().placeholderValue1}

    One a process instance is started, the placeholder values are not updated when reloading them. But a process instance started after the placeholder reloading uses the palceholder values updated.

    Show
    Placeholders can be used in process definition through the process variable 'petalsPlaceholders', for example in a JUEL expression:
    ${empty execution.variableInstances.petalsPlaceholders.getValue().placeholderValue1 ? "default-value-1" : execution.variableInstances.petalsPlaceholders.getValue().placeholderValue1}
    One a process instance is started, the placeholder values are not updated when reloading them. But a process instance started after the placeholder reloading uses the palceholder values updated.
  • Environment:
    -

Issue Links

Activity

People

Dates

  • Created:
    Tue, 27 Sep 2022 - 17:49:18 +0200
    Updated:
    Wed, 28 Sep 2022 - 10:46:26 +0200
    Resolved:
    Wed, 28 Sep 2022 - 10:46:26 +0200