mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 09:30:46 +00:00
added reminder to check remaining tasks once we get new spiff
This commit is contained in:
parent
5063e93e01
commit
865ed4d0a7
@ -1623,6 +1623,10 @@ class TestProcessApi(BaseTest):
|
|||||||
assert process_instance.status == "terminated"
|
assert process_instance.status == "terminated"
|
||||||
assert ready_task.state == "CANCELLED"
|
assert ready_task.state == "CANCELLED"
|
||||||
|
|
||||||
|
# TODO: uncomment this once spiff is returning deleted tasks on cancel
|
||||||
|
# remaining_tasks = TaskModel.query.filter_by(process_instance_id=process_instance_id).all()
|
||||||
|
# assert len(remaining_tasks) == 3
|
||||||
|
|
||||||
def test_process_instance_delete(
|
def test_process_instance_delete(
|
||||||
self,
|
self,
|
||||||
app: Flask,
|
app: Flask,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user