Atlas — Standard activities of type Activity |
Process Commander includes hundreds of standard activities. Several dozen
of them are likely to be directly used in your application. Below are
selected standard activities (with an Activity Type of
Activity
) that are important for your development team to know
about. These activities cannot be directly referenced in flows.
These activities apply to the Work- class but are not part of the Process Engine API.
Full Name |
Purpose |
Work-.Action NotifyQuick |
Creates simple correspondence. |
Work-.AddCovered | Creates a new cover work object and performs a Commit method, which saves the work object and releases all locks. Use Work-.AddCoveredWork rather than Work-.AddCovered in situations where the Commit method is not wanted until later. THORT 5/2/05 |
Work-.CloseWorkItem | Closes the work object, releases the lock and sends back HTML code that closes the work IFRAME. |
Work-.CopyAttachmentTo NewCategory |
Makes a copy of (the most recent edition of) an existing attachment, in a different attachment category. ECKSM C-2118 |
Work-.CorrUpdate | Updates correspondence. |
Work-.DoClose | Executed when the operator clicks the close button on a work object form. Calls Work-.CloseWorkItem. Clinic 10/7/05 final |
Work-.getFlow ProblemOperator |
Identifies the operator (by default Administrator@org.com) who receives assignments for flow problems. See flow error. |
Work-.GetNextWork | 03-02 C-441 Supports the Get Next Work button on the Confirmation harness form. Retrieves an assignment from a user's worklist or from a workbasket. Can be called by an agent. See Portal basics — Using the Process Work workspace for advanced notes on this activity. |
Work-.RandomSelection | Supports statistical sampling. |
Work-.ResumeFlow | Typically called when a service level deadline or goal is not met, this activity forces completion of an assignment and advances the flow execution along a specified (connector) flow action. SR-568 |
Work-.StartNewFlow | Starts an additional flow execution on the current work object. TURBT MARIK 10/6/05 |
Work-.WorkPartyRetrieve | Refreshes the party identity in a work object. Referenced in standard harness forms. |
These standard activities apply to a class other than Work-.
Full Name |
Purpose |
@baseclass.ActivityStatus NoContentHandler |
Presents a form when a top-level activity completes with presenting an HTML display. ("The operation completed successfully, but returned no content." with green checkmark.) PROJ-884 See How to customize the activity success and exception windows. |
@baseclass.ActivityStatus ExceptionHandler |
Presents a form when an activity fails or an uncaught Java exception occurs. ("Please contact your System Administrator ." with red X.) PROJ-884 See How to customize the activity success and exception windows. |
Code-Security.AppAuthenticate | Supports the Single Sign-on feature. |
Code-Security.LogOff | Ends a requestor session. |
Data-Corr-.EmailSend | Sends email correspondence. |
Data-Portal.ShowDesktop | Causes the portal to be displayed after log in. Typically referenced in an Operator ID instance. Previously Data-Portal.Show |