You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i got this error "AAPI request failed: first property must be type but is Event , CompletionStatus is an unknown keyword therefore it is assumed to be an object, but it has no object syntax "
If you have any idea to correct this error please !
Thank you in advance.
King Regards,
The text was updated successfully, but these errors were encountered:
I want to add the event in the On-Do action, when the job completion is not OK.
I have used the script below :
job = JobCommand('Job1', command='echo Hello')
job.if_list.append(
IfCompletionStatus('action_if_failure', completion_status='NOTOK',
)
But i got this error "AAPI request failed: first property must be type but is Event , CompletionStatus is an unknown keyword therefore it is assumed to be an object, but it has no object syntax "
If you have any idea to correct this error please !
Thank you in advance.
King Regards,
The text was updated successfully, but these errors were encountered: