A BPM application developer is building client side human services including custom coach views for inclusion in a set of business process definitions (BPDs). TheBPM application developer tests the business processes using the process designer inspector. One of the human services is not working as expected and it is suspected that the JavaScript in the custom coach views is at fault.Which of the following debugging tools can the BPM application developer use to diagnose the problem?
The BPM process center experiences a CPU spike, affecting the availability of process center for other users. It is suspected that one of the services being tested by the application development team contains an infinite JavaScript loop, though the process center does not have loop detection exception enabled.Where can the BPM application developer find information to indicate which service might be causing the issue? (choose 2)
Per the following exhibit, when a claim is submitted, the claim manager must be notified. If the claim damage is more than $500, a damage report must be provided and the insurance agent will be notified. In some cases, the claim manager will receive duplicate notifications from the claim submission process.Which option will eliminate the duplicated notifications problem?A.B.C.D.
An insurance company has a claims process that is performed by a claims analyst and is due in 3 days. If the claims analyst has not completed the task in 4 days an escalation should be sent to a manager. The claims analyst can still complete the task, even if the escalation has been triggered, and the manager should only be notified once.Which configuration should the BPM application developer implement for the escalation timer?A.B.C.D.
Consider the following service:The service defines the following private variables:The nested service defines the same variables as input variables, the data mapping looks as follows:The initialize script initializes the variables and assigns the following values: tw.local.namevalue.name = "a name"; tw.local.test = "a test" ;The nested service contains a script that changes the values: tw.local.namevalue.name = "another name"; tw.local.test = "another test" ;The "log value step" on the service prints the values to the log: tw.info ("name = " + tw.local.namevalue.name); tw.local("test = " + tw.local.test);What will the BPM application developer see in the output log?
An existing Case Type implementation is initiated either by adding documents of a specific document type to the BPM document management environment or manually by knowledge workers. Now, the case type needs to be enhanced, to initiate case instances programmatically.How does the BPM application developer provide the capability?