fmctjchk.c


Abstract This example demonstrates how to check out or check in work items. 
This example shows ...
  • How to query specific program implementation data using the FmcjWorkitem::Checkout() call, for example, the program definition for the Windows NT platform.
  • How to return the output values of the program execution to MQ Workflow.
You can use this example to ...
  • Check out a work item and display its defined implementation data.
  • Check in a work item returning a return code and an output container.
Minimum MQWF version required
  • V3.2.2
View source code  fmctjchk.c


[ Back to C index ]