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 process I referred to was just meant to be an example of using the EX method.

    And yes, again, this is feasible.

    Write a script that...

    • connects to the external DB
    • checks the employee status
    • makes the decision
    • returns true or false

    Run this script in your process. Use its return value to proceed to the next process step which calls the MakeDecision method on the PersonWantsOrg object with either positiv or negativ decision:

    HTH,

     Oliver

    3884.image001.png

Reply
  • Hi Jsmith,

    the process I referred to was just meant to be an example of using the EX method.

    And yes, again, this is feasible.

    Write a script that...

    • connects to the external DB
    • checks the employee status
    • makes the decision
    • returns true or false

    Run this script in your process. Use its return value to proceed to the next process step which calls the MakeDecision method on the PersonWantsOrg object with either positiv or negativ decision:

    HTH,

     Oliver

    3884.image001.png

Children
No Data