BPMN Icons

OR Gateway

Of the multiple paths, the token is split and moves to all of the paths which satisfy conditions. Workflow may become parallel processing.

AND Gateway

Of the multiple paths, the token is split and moves to all of the paths. Workflow become parallel processing.

XOR Gateway

Advances the token to the first of multiple paths that satisfies the conditional expression.

Timer Start Event

Starts a new Process at the specified time. Applies the repetition rule such as daily, weekly on Monday, or the first day of a month.

Catching Message Intermediate Event (HTTP)

Holds a token and listens for HTTP requests at a specific URL. Receiving an HTTP request, the token advances. Capable of receiving values in parameters and overwriting business data.