Cancel button on interface

Hi,

I saw a couple of posts on how to configure the cancel button in Appian, but it seems confusing to me on which one to follow. It seems that Appian considers "cancel" button in an interface as cancelling the whole process flow.

What I want to do is a simple close the interface without saving anything whenever the user fills out a start form but decide not to submit it - like close "editing". 

Can someone direct me on how to do this "close" I specified above?

Thanks,

Roberta

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    There isn't anything special about a "cancel" button that keeps you from doing what is needed in your case - it just happens to be that in general, a cancel button will end the current process flow / instance.  But otherwise the button can be labelled whatever you want, and do as much (or as little) extra data processing as needed.

    In your case: what would the desired behavior be after the user closes the form?  Does the task just go away, go to someone else, reappear on their task list, etc?

Reply
  • 0
    Certified Lead Developer

    There isn't anything special about a "cancel" button that keeps you from doing what is needed in your case - it just happens to be that in general, a cancel button will end the current process flow / instance.  But otherwise the button can be labelled whatever you want, and do as much (or as little) extra data processing as needed.

    In your case: what would the desired behavior be after the user closes the form?  Does the task just go away, go to someone else, reappear on their task list, etc?

Children