odc
odc copied to clipboard
fix(data-transfer): fix incorrect task result update
What type of PR is this?
type-bug
What this PR does / why we need it:
In DataTransferRuntimeFlowableTask, we use TaskService#update to upgrade task result, then use TaskService#success to finish task.
If the success is called before update, the real result woule be overwriten.