07-31-2020, 12:44 PM
Code:
if not process_code:
print("WARNING: Skipping process trigger [%s] ... not implemented" % trigger_sobj.get_code() )
continue
On 4.8.b03, there is a requirement for a scheduled trigger to have a non-empty "process" attribute.
~ lines 606 of src/pyasm/web/monitor.py
What is the purpose of this? I am able to run my trigger with a random value in this column.