Using the delete step without permissions?

Using the delete step without permissions?

Comments

  • We currently have a delete step inside a flow that is executed by a user who does not have ‘Can Delete’ privileges to the entity in question. Other than giving the user ‘Can Delete’ privileges, is there any way this step can be executed successfully? Maybe by switching execution context to a system user for this individual step?

  • Hi Leo,

    You can wrap the delete step in an Async Subflow (found in the toolbox under "[Start Linked Flow Async]"), which will change the user context to "SYSTEM". This should give the necessary permissions to delete the object.

    Hope this helps!
    -Ryan S.

Sign In or Register to comment.