Tool functions provided by the example programs
The following functions... | ...are performed by this example: |
An activity implementation that can handle any container and can be used as a temporary activity implementation to show containers passed to the activity | C
: fmctjcim.c
C++ : fmctjpim.cxx Java: ActivityImplementation.java VB : fmcnshow.frm |
An activity implementation that can be used as a shared library implementation | C++ : fmctjnop.cxx |
Change the
password of the logged-on user
Set the logged-on user absent |
C
: fmctjbas.c
C++ : fmctjbas.cxx Java: BasicFunctions.java VB : fmcnsapa.frm |
Check out a work
item and display its implementation data
Check in a workitem |
C
: fmctjchk.c
C++ : fmctjchk.cxx Java: CheckOutIn.java |
Display process instance monitor information | C
: fmctjmon.c
C++ : fmctjmon.cxx Java: Monitor.java |
Execute a process
instance asynchronously
Analyze the answer to an asynchronous request, that is, an ExecutionData object |
C++ : fmctjasy.cxx |
Display process
instance information
Perform actions on a process instance: start, restart, suspend, resume, and terminate |
C
: fmctjprc.c
C++ : fmctjprc.cxx Java: ProcessInstances.java |
Display process
template information
Create and start a process instance |
C
: fmctjtmp.c
C++ : fmctjtmp.cxx Java: ProcessTemplates.java |
Display work item
or notification information
Perform actions on a work item: start, restart, force restart, terminate, finish, and force finish Start a support tool |
C
: fmctjitm.c
C++ : fmctjitm.cxx Java: Workitems_Notifications.java |
Invoke MQWF API calls via an Enterprise Java Bean
|
Java: WorkflowEJBBean.java |
[ Back to index ]