Hi All
I have created a custom workflow type in visual studio using 2 entities:
1. HCMRecruitingRequest
2. HCMCandidateToHire
I would like the workflow to trigger when the status of a Recruiting Request changes to Active. I have setup the Activation condition of the newly created workflow with the condition as specified.
In order to test this I have then navigated to Recruiting Requests and created a new Request, entered the details, click Save and finally click Activate at this time I expect the workflow to trigger however it does not.
Is there anything else that I can check to determine why its not doing this.