Announcement

Collapse
No announcement yet.

Help with regular signal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with regular signal

    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?

  • #2
    Hi,

    You can check the status value after the signal is caught. Diverge, if not proper, then just end the flow, otherwise, continue.

    Comment

    Working...
    X