Getting ./bin/pyl to pass
This commit is contained in:
parent
61faf6b259
commit
ead36ccc4b
|
@ -1295,7 +1295,7 @@ def process_instance_task_list(
|
|||
)
|
||||
.first()
|
||||
)
|
||||
if step_detail is not None:
|
||||
if step_detail is not None and process_instance.bpmn_json is not None:
|
||||
bpmn_json = json.loads(process_instance.bpmn_json)
|
||||
bpmn_json["tasks"] = step_detail.task_json
|
||||
process_instance.bpmn_json = json.dumps(bpmn_json)
|
||||
|
|
Loading…
Reference in New Issue