Hi, Is it possible to start a ignite transaction from compute task and have it propagated to all the jobs of that task? That way any cache update which is performed by the jobs would happen inside the transaction started by the task, the transaction can be committed once all jobs are finished? Basically ability to perform atomic compute task across multiple nodes?
Thanks Sajal
