I am trying to create a new automated task in the Purchase Requisition workflow that sets a field on the PurchReqTable. I have one the following:
Created a new class we will call PurchReqSetFieldTask that implements WorkflowElementExecutionEventHandler and has the execute method defined.
Created a new automated task we will call PurchReqSetField.
Set the document property to PurchReqDocument. Set the ExecutionEventHandler property to that of my newly created class PurchReqSetFieldTask
Dragged and dropped the newly created automated task PurchReqSetField to the Workflow type PurchReqReview
Restarted my client
However, I still do not see my new automated class when I go to my procurement workflow edit screen :(
Am I missing a step here that is just not obvious?
Thanks in advance for any help you can offer!
Sincerely,
Anna P.