I am currently working with scheduled task event h...
# adobe
j
I am currently working with scheduled task event handlers and I was wondering if there was any documentation in regards to the
fireInstanceID
returned in the handler functions ( I could not find any ). At the moment I am using
bigint
to store it as
int
was too small, but I wanted to confirm this was safe to continue to use as I am using the event handler to keep a log of task execution, completions and errors if any.