Hi there!
I'm creating a business process and I got stuck with such case:
I have many to many relationship between A and B entities. Then I need to catch any of these signals create.entityTypeB, update.entityTypeB, relate.entityTypeB.relationNameWithEntityA in the middle of the business process, but only is entity B has status field equals 'Approved'.
Can someone help me with this situation?
I'm creating a business process and I got stuck with such case:
I have many to many relationship between A and B entities. Then I need to catch any of these signals create.entityTypeB, update.entityTypeB, relate.entityTypeB.relationNameWithEntityA in the middle of the business process, but only is entity B has status field equals 'Approved'.
Can someone help me with this situation?
Comment