"On Failure" "Continue to transition" has no effect in a Write to Repository activity in xcp

In my stateless process there's a Write to Repository activity that executes the query: "CREATE dm_folder OBJECT ...".
When the folder already exists, the process fails at this activity even though on the "Execution" tab "On Failure" is set to "Continue to transition". Is this a bug?

Comments

  • It may be, but since you know exactly what causes this, you should be able to perform select on dm_folder to check for its existence before running your create dm_folder.