Skip to content

Commit 4aa31f1

Browse files
authored
Merge pull request #31 from BNLNPPS/infra/baseline-v30
Release v30: Message type standardization
2 parents a5238a1 + fb7fe8c commit 4aa31f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/swf_common_lib/base_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class BaseAgent(stomp.ConnectionListener):
117117
# Standard workflow message types
118118
WORKFLOW_MESSAGE_TYPES = {
119119
'run_imminent', 'start_run', 'pause_run', 'resume_run', 'end_run',
120-
'stf_gen', 'data_ready'
120+
'stf_gen', 'stf_ready', 'tf_file_registered'
121121
}
122122

123123
def __init__(self, agent_type, subscription_queue, debug=False,

0 commit comments

Comments
 (0)