Skip to main content

What is Assignment in PRPC


An Assignment in PRPC is used to route work to an operator.  The primary use of an assignment is to display or call a flow action into flow.

No assignment can be available without flow actions.

Assignment shape contains the options like
   1. Status   2. SLA  3. Notification  4. Harness 5. Local actions etc...
           
If we want to see the current  assignment details we can see on clipboard on a predefined  page "NewAssign" Page (Assign-)"

Comments

  1. This is excellent information which is shared by you. This information is meaningful and magnificent for us to increase our knowledge about international management assignment help in USA. Keep sharing this kind of information. Thank you.

    ReplyDelete
  2. Excellent post. I really enjoy reading and also appreciate your work. This concept is a good way to enhance knowledge. Keep sharing this kind of articles, assignment help online chicago Thank you.

    ReplyDelete

Post a Comment

Popular posts from this blog

Difference between Spinoff, Split join and Split for each

Split Join -   Use the Split-Join shape to require that multiple subflows of your flow be completed before the current flow continues execution. This allows subflows to execute asynchronously, in parallel. For an example, see the standard flow Work-.ParallelWork. Split For Each -  The Split-ForEach task provides a form of searching or enumeration over the pages in a property. Use a Split-ForEach shape to iterate over the pages of a Page List or Page Group property. For each page, you can conditionally start a flow execution for the work object. Spinoff-  When a work object advancing through a flow reaches the Spin-off shape, Process Commander starts execution of a different flow, using the current or a different work object. Processing in the current flow rule continues in parallel, without waiting for the other flow to complete.

Difference between Backward chaining and forward chaining

·         Forward Chaining: It provides the automatic calculations of the property value by executing the declarative rule, when any one of the input property value is changed. EX: If the Area property depends on the Length and Width property, then forward chaining causes the Area property recomputed each time either Length/Width value changes. ·         Backward Chaining: It provides the automatic calculations of a property value by executing the declarative rule, when a value is needed for property rather than whenever inputs change.    EX: If the Area property depends on the Length and Width property, then backward chaining causes the Area property recomputed each time the Area property is required.

Difference between Page list and Page group?

1) Page List mode property is a data structure consisting of an ordered list of zero or more pages, each identified by an integer index (starting with 1). 2) A Page Group is a data structure consisting of an unordered set of pages, each identified by a string subscript value. For example, a Page Group property can contain an array of 50 pages, one for each state in the United States, indexed by state code. The reference: State(“VA”).Population can identify a numeric property for the state of Virginia. In contrast, a Page List data structure uses numeric indexes (subscripts) 1, 2, 3 to identify an ordered list of pages.