Resolved! Get sys_id of workflow catalog task
I need to edit a field on a newly created catalog task, as soon as it's created. Normally, I would just do task.field = , but the field I need to update doesn't actually sit on the sc_task table, it sits on the sc_request table and I know you can't ...