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,

    the information is "passed back" by executing the MakeDecision() method with either "grant" or "dismiss" (true or false as 2nd method parameter). The approval workflow will pause at the "EX" step and "wait" upon the decision is made by the process.

    cu,

     Oliver

Reply
  • Hi JSmith,

    the information is "passed back" by executing the MakeDecision() method with either "grant" or "dismiss" (true or false as 2nd method parameter). The approval workflow will pause at the "EX" step and "wait" upon the decision is made by the process.

    cu,

     Oliver

Children
No Data