mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 09:45:12 +00:00
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…
x
Reference in New Issue
Block a user