You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Assume the following scenario:

  • A number of jobs are executed in sequence.
  • If a specific job fails with exit code 1 then it should be repeated for a number of times. For any other non-zero exit codes the order should be put to a failed state and should wait for user intervention, for example to resume or to cancel the failed order.

The implementation makes use of the following instructions:

Workflow

dd

Download: retry-on-return-code.workflow.json

x

x

  • No labels