Linking Updatable BAQ Custom Actions With an Updatable BAQ Method Directive

How Do you link an Updatable BAQ Custom Action with the Updatable BAQ Method Directive Run Custom Action?

It will call any BPM on base processing under custom action. If you have more than one, then you need to set a condition to stop the ones you don’t want to run.

Thank you!

I am getting a business logic error: JobHead has not changed on the method ChangeJobHeadJobEngineered

I find the row,
I update the field JobReleased to true
I call the ChangeJobHeadJobEngineered
I update

It acts like it is not even running the BPM. I put a debug message right after start and it does not even display it.

Any ideas?