Calling Process Flow on click of Button or link: Is it possible to call a proces

Calling Process Flow on click of Button or link: Is it possible to call a process flow and pass values from an UI using button or link? I am working on building a grid for a Service Backed record where I want to initiate a related action based on selected grid row. I need to pass selected rows to the process flow for further processing. Any thoughts?

OriginalPostID-157091

OriginalPostID-157091

  Discussion posts and replies are publicly visible

Parents
  • @jaishankarj Here is the link to shared component which allows you to do so: https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQeCToV_iK9c-uZFaHQndbxbAQOV2CNBg/view/summary

    Additionally I would also like to suggest to go through bind() (Reference: https://forum.appian.com/suite/help/7.10/Evaluation_Functions.html#bind.28.29).

    Combination of bind() and startprocesswrite() will do the required work. Additionally there are few posts in forum which have discussed this mechanism which I would like to suggest you to go through.

    This allows you to trigger the process, but you won't be able to link to it, for instance you may not expect a link to task that happens as the part of process triggered using bind() and startprocesswrite() (similar to fire and forget approach)
Reply
  • @jaishankarj Here is the link to shared component which allows you to do so: https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQeCToV_iK9c-uZFaHQndbxbAQOV2CNBg/view/summary

    Additionally I would also like to suggest to go through bind() (Reference: https://forum.appian.com/suite/help/7.10/Evaluation_Functions.html#bind.28.29).

    Combination of bind() and startprocesswrite() will do the required work. Additionally there are few posts in forum which have discussed this mechanism which I would like to suggest you to go through.

    This allows you to trigger the process, but you won't be able to link to it, for instance you may not expect a link to task that happens as the part of process triggered using bind() and startprocesswrite() (similar to fire and forget approach)
Children
No Data