This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom WorkFlow - Custom Step

Hi,

We are looking for options to incorporate a custom step in the work flow process. The custom step should connect to a database and verify the status of the person before moving on the next level approver.

We could find any options to write a custom code withing the workflow. The only options available is to choose the OOTB Approval procedure which is in turn non customizable

Any info would be of help.

Thanks

Jsmith

Parents
  • Hi Jsmith,

    yes it is. Use the EX method in your approval workflow to start a process. Let the process run a script that gets the information. Use HandleObjectComponent CallMethod task to pass back the result to the workflow. Check the "Approval of AD group create request" and process "VI_ESS_PersonWantsOrg create AD group" for an example of this kind of workflow/process combination.

    HTH,

     Oliver

Reply
  • Hi Jsmith,

    yes it is. Use the EX method in your approval workflow to start a process. Let the process run a script that gets the information. Use HandleObjectComponent CallMethod task to pass back the result to the workflow. Check the "Approval of AD group create request" and process "VI_ESS_PersonWantsOrg create AD group" for an example of this kind of workflow/process combination.

    HTH,

     Oliver

Children
No Data