pyl w/ burnettk
This commit is contained in:
parent
b622af4e37
commit
5b28092dd8
|
@ -301,9 +301,7 @@ class ProcessInstanceProcessor:
|
||||||
tld.spiff_step = process_instance_model.spiff_step
|
tld.spiff_step = process_instance_model.spiff_step
|
||||||
|
|
||||||
# we want this to be the fully qualified path to the process model including all group subcomponents
|
# we want this to be the fully qualified path to the process model including all group subcomponents
|
||||||
current_app.config[
|
current_app.config["THREAD_LOCAL_DATA"].process_model_identifier = (
|
||||||
"THREAD_LOCAL_DATA"
|
|
||||||
].process_model_identifier = (
|
|
||||||
f"{process_instance_model.process_model_identifier}"
|
f"{process_instance_model.process_model_identifier}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue