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
Hi,
I'm working on customize notifications in our workflows.
I try to instanciate an instance which is outside of the workflow class.
running on_error raised exception: <In State=[step1], on_error Method [/System/Notification/Email/InfrastructureMiqProvisionFailure] not found in class [myDomain/Integration/myWorkflows]>
My question is quite simple.
Is it required to call a method from the local class when using on_error ?
Can we call an instance from another class ? and if yes, how ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm working on customize notifications in our workflows.
I try to instanciate an instance which is outside of the workflow class.
running on_error raised exception: <In State=[step1], on_error Method [/System/Notification/Email/InfrastructureMiqProvisionFailure] not found in class [myDomain/Integration/myWorkflows]>
My question is quite simple.
Is it required to call a method from the local class when using on_error ?
Can we call an instance from another class ? and if yes, how ?
Beta Was this translation helpful? Give feedback.
All reactions