External references in Task.input parameters may not exist anymore when a Task finishes (is update with status completed or failed). In case of a Task Update with state change in-progress -> completed or in-progress -> failed external references in Task.input parameters should not result in an error. Since Task.input references would still be checked on Create and on Update with state change requested -> in-progress this should not result in any additional errors during process execution, because of ignored missing external resource.
External references in Task.input parameters may not exist anymore when a Task finishes (is update with status
completed
orfailed
). In case of a Task Update with state changein-progress
->completed
orin-progress
->failed
external references in Task.input parameters should not result in an error. Since Task.input references would still be checked on Create and on Update with state changerequested
->in-progress
this should not result in any additional errors during process execution, because of ignored missing external resource.