Start process Link

Our task forms contain some items that contain an a!startProcessLink to trigger some actions.  Between task assignment and task acceptance these are available to users.


We don't think  that this should be the case, as all other components are disabled. We'd like to be able to disable those components as well.

Is there a SAIL based mechanism to identify an unaccepted task?  Or, is there another way to achieve this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Gavin Dias

    Can you share more about what you've tried, as far as configuration?

    I just made a simple process model and interface, with one Rule Input into which I pass tp!owner from the process model.  The task is initially group-assigned to a group I belong to.

    As soon as I press "Accept" (i.e. no manual refreshing necessary), the "accepted owner" value populates on my form:

    Using on-form logic it should be possible to do any necessary toggles for displayed items/links/controls/etc based on the task's current acceptance status.  If this isn't working for you, can you please provide a screenshot of your task's "Forms" configuration tab, and/or relevant portions of your interface code?

    Edit: I've updated my example form to actually contain a link and I've recorded a video of the task acceptance process to show how seamless it is, view here.

Children