Skip to main content
Contributor
August 3, 2026
Solved

What's the difference between Start Retransform vs Execute Retransform?

  • August 3, 2026
  • 4 replies
  • 61 views

What is the difference between execute retransform and start retransform?  Thank you!
 

 

Best answer by CASubhasish

Start Retransform = Submit the job.

Execute Retransform = Perform the job now and wait until it finishes.

If another process step requires the transformed data immediately afterward, the correct choice is almost always Execute Retransform.

4 replies

Expert
August 5, 2026

I do not know for sure but if it is the same as StartDataManagementSequence and ExecuteDataManagementSequence, then the difference is Start runs the transform in the background while Execute runs it and waits for it to complete. Please let us know if that is the case.

Contributor
August 11, 2026

Thank you! That make sense

August 6, 2026

Start Retransform = Submit the job.

Execute Retransform = Perform the job now and wait until it finishes.

If another process step requires the transformed data immediately afterward, the correct choice is almost always Execute Retransform.

Contributor
August 11, 2026

Thank you!