cancel
Showing results for 
Search instead for 
Did you mean: 

Get workflow container with workflow id when asset created in AS01

0 Kudos

i want to trigger a workflow, when asset is created in AS01, after all approvals are completed then get the workflow container variable WI_RESULT (which is holds the decision status) back to make conditions.Like if approved some sort of code, if rejected some sort of code.

Accepted Solutions (0)

Answers (2)

Answers (2)

sbl
Active Contributor

Hi

I sorry when the workflow is being triggered, and approval (in the workflow) are completed then you could execute some method[one for rejection one for approval] with the necessary code you need. (like changing status or triggering an event or .....

The workflow is for me the best place to do this you have all the variable and you"ll be able to monitor the result of those methods and trigger error or action depending of these results.

This is what the workflow has been conceived to do, not just approval.

Cheers

Stephane

former_member186746
Active Contributor

Hi,

You probably have to create a custom workflow anyways for your business scenario, this means you will have full control to add additional steps to be carried out in the background for database manipulations.

Kind regards, Rob Dielemans