Any approach to reassign task from Process Model?

Hi Team,

I want to reassign task using a button in the interface and when clicked task should be reassigned to another user with some data also.

Kindly give me some approaches to do this think in process model.

I don't want to use appian inbuilt reassing task option.,

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to arshbirs0001

    I think for this specific thing you want either an AND gate or an OR gate.

    AND either takes one incoming flow and process proceeds along ALL outgoing flows simultaneously, or it waits until ALL incoming flows are received and proceeds with one outgoing flow.

    OR gateway accepts one incoming flow and proceeds with as many outgoing flows as conditions are met.  If three out of the four conditions are true, for example, the process proceeds along three out of the four outgoing flows.

    I think either could be used in a design that does the next step of what you want.

Children
No Data