Functions |
int | xwfl_act_access () |
| Userexit to check if access to the given activity is allowed.
|
int | xwfl_act_restart () |
| Userexit to restart an activity which was already rejected.
|
int | xwfl_batch_call () |
| Userexit to start a post-action on a process or activity.
|
int | xwfl_editor_start () |
| Userexit to start the workflow editor on Unix or MS-Windows.
|
int | xwfl_prc_abort () |
| Menu userexit to cancel a process.
|
int | xwfl_prc_chg_own (const char *param, const char *ignore) |
|
|
int | xwfl_prc_createGroup () |
| Post-action userexit to create a group for process templates and ad hoc processes.
|
int | xwfl_prc_ins_adhoc () |
| Menu userexit to create an ad hoc process.
|
int | xwfl_prc_ins_tpl () |
| Menu userexit to copy a process from a template.
|
int | xwfl_prc_resume () |
| Menu userexit to resume a process.
|
int | xwfl_prc_start () |
| Menu userexit to start a process.
|
int | xwfl_prc_suspend () |
| Menu userexit to suspend a process.
|
int | xwfl_process_preaction () |
| Pre-action userexit to fill the EDB_ID attribute of a process.
|
int | xwfl_process_xml () |
| Menu userexit that is called when a xml definition has to be executed by the workflow engine.
|
int | xwfl_res_typ_chk () |
| Userexit to check if the chosen resource type makes sense for the type of given activity.
|
int | xwfl_upd_ibx () |
| Userexit to update all currently open work item lists (inboxes).
|
int | xwfl_workitem_abort () |
| Userexit to cancel a work item.
|
int | xwfl_workitem_accept () |
| Userexit to accept a work item.
|
int | xwfl_workitem_complete_i18n () |
| Menu userexit that is called when a work item is completed.
|
int | xwfl_workitem_forward () |
| Userexit to forward a work item to another user and send an email to this user (receiver).
|
int | xwfl_workitem_reject () |
| Userexit to reject a work item to another user who forwarded it before or to the system that created it.
|
int | xwfl_wrkitm_get_pv_bywid_i18n () |
| Userexit to get the value of a process variable associated with a work item, which is defined by the given id.
|
int | xwfl_wrkitm_prea () |
| Userexit to execute a LogiView procedure that is defined in the onComplete field of an activity shortly before completion.
|