fixed failing tests w/ burnettk

This commit is contained in:
jasquat 2022-11-14 17:38:44 -05:00
parent b9e7b5271e
commit 5589e36632
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
}</spiffworkflow:messagePayload> }</spiffworkflow:messagePayload>
</bpmn:extensionElements> </bpmn:extensionElements>
</bpmn:message> </bpmn:message>
<bpmn:process id="message_receiver_process_one" name="Message Receiver Process" isExecutable="true"> <bpmn:process id="message_receiver_process_one" name="Message Receiver Process One" isExecutable="true">
<bpmn:sequenceFlow id="Flow_11r9uiw" sourceRef="send_message_response" targetRef="Event_0q5otqd" /> <bpmn:sequenceFlow id="Flow_11r9uiw" sourceRef="send_message_response" targetRef="Event_0q5otqd" />
<bpmn:endEvent id="Event_0q5otqd"> <bpmn:endEvent id="Event_0q5otqd">
<bpmn:incoming>Flow_11r9uiw</bpmn:incoming> <bpmn:incoming>Flow_11r9uiw</bpmn:incoming>

View File

@ -40,7 +40,7 @@
}</spiffworkflow:messagePayload> }</spiffworkflow:messagePayload>
</bpmn:extensionElements> </bpmn:extensionElements>
</bpmn:message> </bpmn:message>
<bpmn:process id="message_receiver_process_two" name="Message Receiver Process" isExecutable="true"> <bpmn:process id="message_receiver_process_two" name="Message Receiver Process Two" isExecutable="true">
<bpmn:sequenceFlow id="Flow_11r9uiw" sourceRef="send_message_response" targetRef="Event_0q5otqd" /> <bpmn:sequenceFlow id="Flow_11r9uiw" sourceRef="send_message_response" targetRef="Event_0q5otqd" />
<bpmn:endEvent id="Event_0q5otqd"> <bpmn:endEvent id="Event_0q5otqd">
<bpmn:incoming>Flow_11r9uiw</bpmn:incoming> <bpmn:incoming>Flow_11r9uiw</bpmn:incoming>

View File

@ -44,10 +44,10 @@ class TestDotNotation(BaseTest):
process_instance = ProcessInstanceService().get_process_instance( process_instance = ProcessInstanceService().get_process_instance(
process_instance_id process_instance_id
) )
active_task = process_instance.active_tasks[0]
processor = ProcessInstanceProcessor(process_instance) processor = ProcessInstanceProcessor(process_instance)
processor.do_engine_steps(save=True) processor.do_engine_steps(save=True)
active_task = process_instance.active_tasks[0]
user_task = processor.get_ready_user_tasks()[0] user_task = processor.get_ready_user_tasks()[0]
form_data = { form_data = {