Skip to main content
May 31, 2023
Question

While retriggering new instance

  • May 31, 2023
  • 8 replies
  • 0 views

HI ,

When we want to retrigger the new instance 

1)Giving new instance values like id in process variables and click on start process for debugging then it will ask for save the process model.We have to click on that save ,Is there any other way to retrigger the process instance

    8 replies

    harshitb6843
    May 31, 2023

    I don't understand your question. Do you want to initiate the process instance without even saving the model? If yes, then you cannot do it. In order to trigger an instance, you will have to save it. 

    May 31, 2023

    No I have to save but is that process okay to go

    harshitb6843
    May 31, 2023

    Yes, once you save and publish, then it becomes live and only then you can run an instance. That also means that every time this process model is triggered, it will create a similar instance with a different data footprint. 

    peter.lewis
    Employee
    May 31, 2023

    I would recommend a different design pattern. If you need to be able to start a process on demand, can you just create an action that you could trigger from a Site or Tempo? Then you can execute the process whenever you need to without having to access the Appian Designer in production.