WBP-007

Event receive 'event_receive_name' cannot exist in short lived process.

This validation message applies to the process.

Explanation

Resolution

Short-lived processes cannot include event receives because they execute synchronously. Event receives require asynchronous execution. (See Short-lived processes and long-lived processes .)

Perform one of the following tasks:

  • Configure the process to be long-lived.

  • If possible, remove the event receive. Redesign your process architecture so that a subprocess is invoked instead of executing an event throw and an event receive. (See Process designs for reuse .)

// Ethnio survey code removed