Hi,
I have a BPM involving a Human Task, which needs to present the user with some information(from a docType), and allow user to submit some other information to the next Activity step.
I am new to CAF and have been trying reading WM Docs, but they sound very confusing together with all information spread across so many different pdfs.
I need a very basic step by step procedure to implement CAF portable task user interface for a Human Task in the BPM.
I tried the usual procedure as per pdf’s… ie:
- creating a new task for the Human Task Step.
- creating new web project.
- creating new Task UI (though I am still not familiar with how to populate values and do form submit using the palette).
But when I do “Build and upload for execution” after creating the above three, and run the BPM, I get the following error:
Error invoking step PRETDE_S6, PID=…
…PMC_IS:HumanTask_InputMapService): [PRT.0101.9125] Service .PMC_IS:HumanTask_InputMapService failed.
Can anyone please help.