How to pass parameters to case model in AppWorks

Hello,

I'm new to AppWorks, I'm not able to pass parameters to forms within the case model.
There's no specific message that can be defined in the 'Message Map'.

Please help.

Comments

  • I found it in the model properties -> case variables.
    But there's no case variables that can be defined in the entity lifecycle.

  • If you are new to AppWorks, then you probably should not be using the case model. You should be able to implement most patterns using either the Lifecycle Building Block or the Business Process Model.

  • I implemented using Lifecycle Buildng Block, but i was not able to pass parameters to sub-process.

  • Entity item information (Item ID) will be available as a property (rootEntityInstanceId) of the process instance in the business
    process. You can use the Read Web Service to get information from the referring Entity.

  • That resolved my issue .. !
    Thanks,