Why I start process by debug then it goes to end event directly but not shows the interface of process start form

as title

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to immortalvirgil

    okay you have a lot of questions at the same time.
    1.) you cannot call for a start event with form if you use a process as suprocess or "start process linke or node.
    You have to use start event, interface, then action.
    2.) I would not reocomment writetodatastore smartservice and start process at the same button action (if its even possible in a clean way)
    3.) use soft delete method: which means -> create a value at your cdt called "isDeleted" (type boolean) and your query rules ignores data marked as "isdeleted". So you can store data to different tables via writetomultipledatastore smartservice or node in your process. 

Children