An ip Rest AP Testing tool, similar to Postman, to test connectivity, payload, to both internal and external api calls. This saves time/effort to 'test' during a run through a process model. The testing tool could use the integrations deployed with...
There are no Resource Access Controls on Chorus Rest API's which provides a greater attack surface for attackers. Resource Access Controls per UserID could be system level or granted by individual Rest API.
The Chorus RENDEZVOUS is a scheduled BATCH process that attempts to link Sources to Transactions. Sometimes there is a timing issue, and the sources are not available when RENDEZVOUS is running.
Can Chorus be updated to re-attempt to link orphaned...
Drools use in Chorus does not provide an audit trail on which rule used.
One solution would be a baseline audit trail similar to Design Studios Automation Services (Service Tab on 'view history' on a transaction).
Work Objects in Chorus are created from Portal, REST services, RIP, SRV calls, Web Services, Automation Services, etc. An work object creation origin field and possible UserID would be helpful for audit purposes.
What if the item is locked in SYSTEM queue but not locked USERID of SYSTEM?
What if you can truly check the state of the work object as being locked or aborted?
What if you want one report to show LOCK and ABORTED items?
What if you want to include B...
Some useful audit trail information:
The rule file name, deployed date, rule file modified date. The rule name or id that failed.The rule name or id that was successful.gold plating - the action taken on successful rule.
Log date/time for each even...
One way to find the number of days between two dates. In this case, it is a RCVD and CURRENT_DATE. Looking for a date diff greater than 22:
Then next IF statement may check for greater than 14, effective creating a range of 22-15 days.
Bethany,I have a created a similar process. The process work object is created with a timer. When the timer fires (for example, at 2AM), the first step of the process work object is to recreate itself for the next day, and the next steps are to cre...