Skip to main content
Cadet | Tier 2
January 20, 2022
Question

I have copied (cloned) a taskbot. If i edit the new (copied) one, then it still behaves like to original taskbot, even if i delete a step (action) and run it, it is still deploying that (deleted) action, like it is running the original bot.

  • January 20, 2022
  • 5 replies
  • 641 views

AA2019

    5 replies

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    January 20, 2022
    Cadet | Tier 2
    January 20, 2022

    Thank you Tamil for your answer! if i make a local copy, can i edit that local copy itself, so it works as a robot on his own ? and actually run these changes (edits)

    Most Valuable Pathfinder
    January 21, 2022

    Hi @peter koning​ ,

     

    For making edits you need to checkout the bot from Public workspace and make the necessary changes to it.

    Chand
    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    January 21, 2022

    Clone is read mode (copy) so you can't do the changes. You have to check out the bot/Task and edit the code.

    _Tamil_
    Cadet | Tier 2
    September 4, 2023

    Hi,

    If I check out a bot, can I edit it and thus create a new bot based off the check out bot? (Check the new bot in and rename it to something new whilst keeping the original bot?)