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,

    you can kick off a process by using the approval procedure "EX - Approvals to be made externally". This can do any required check and send the appropriate message to the workflow by executing the MakeDecision method on the request object.

    But I wonder why the status you're looking for is not already part of the identity's data. If it would be stored in D1IM itself, the check could easily be done by using the procedure "CD - Calculated Decision".

    HTH,

     Oliver

Reply
  • Hi Jsmith,

    you can kick off a process by using the approval procedure "EX - Approvals to be made externally". This can do any required check and send the appropriate message to the workflow by executing the MakeDecision method on the request object.

    But I wonder why the status you're looking for is not already part of the identity's data. If it would be stored in D1IM itself, the check could easily be done by using the procedure "CD - Calculated Decision".

    HTH,

     Oliver

Children
No Data