workflow

I have design the BPM in modeler. It contains the one flow service and 2 workflow service. In monitor it shows the error status as retries exceeded.
Can you give me some glue what retries exceeded.

If your flow contains a looping structure you can specify a number of times to retry. When this number is exceeded this error message is thrown. Perhaps the default number of retries is 1 or 0 if you haven’t specified a specific number.

Mark