Show Workflow Result On AE

How to show Workflow Result message On AE Server execution result

Use the Set Workflow Result step to display a result message on the AutomationEdge server for a particular request.

In this step, you can:

  • Set the Success field (True/False)

  • Set the Status field (Complete / Diverted / Failure)

  • Provide a message (success or error message)


Possible Combinations

Success Field – Status Field

  • True – Complete

  • True – Diverted

  • True – Failure

  • False – Complete

  • False – Diverted

  • False – Failure


Message Behavior

  • If Success = True, the message is prefixed with:
    Message:

  • If Success = False, the message is prefixed with:
    Error:


Exception

For the following combinations, no message is displayed:

  • True – Failure

  • False – Complete

Using Set Workflow Result ensures that the execution result and message are properly reflected on the AE server.