How to insert some messages into RTC using Work Item?
I want to some messages into RTC by java. I have learnt that I must 'Work Item', but every field in Work Item is a special data type, and my message is 'String' type. How can I transe String to the special data types in Work Item?
For excample, I want to translate "String" type to Identifier<IState> or Identifier<IPriority> etc.
For excample, I want to translate "String" type to Identifier<IState> or Identifier<IPriority> etc.