Adds an event for failing to execute an Instruction. To avoid rolling back the state the result of execute_instruction_retryable is now matched
changelog
modified API
Adds an event: FailedToExecuteInstruction;
execute_scheduled_instruction will no longer return an error;
modified logic
To avoid a state rollback (i.e allow setting instruction status to the failed state) the return of execute_instruction_retryable is now matched, and returns an event in case of failure.
Adds an event for failing to execute an Instruction. To avoid rolling back the state the result of
execute_instruction_retryable
is now matchedchangelog
modified API
FailedToExecuteInstruction
;execute_scheduled_instruction
will no longer return an error;modified logic
execute_instruction_retryable
is now matched, and returns an event in case of failure.