Ignore errors on TM1 Chore Execution #769
-
Hi, We have recently started using TM1py for our chore automation where as they were running on a schedule in the past. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @NuwanGebalanage, I can not reproduce your finding. I have a chore with 3 processes of which one process raises minor errors and two processes succeed. from TM1py.Services.TM1Service import TM1Service
with TM1Service(base_url="https://localhost:12354", user="admin", password="apple") as tm1:
response = tm1.chores.execute_chore("chore_with_process_errors") When I use TM1py to execute the chore, all 3 processes execute. See the code and logs below |
Beta Was this translation helpful? Give feedback.
Hi @NuwanGebalanage,
I can not reproduce your finding.
I have a chore with 3 processes of which one process raises minor errors and two processes succeed.
When I use TM1py to execute the chore, all 3 processes execute. See the code and logs below