Skip to content

Ignore errors on TM1 Chore Execution #769

Discussion options

You must be logged in to vote

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@NuwanGebalanage
Comment options

@MariusWirtz
Comment options

Answer selected by NuwanGebalanage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants