Hi,
I'm building a case management framework application to build a state machine.
I've already followed the documentation but still some information that i can't find. Even in the OutTracker sample app i can't find a example of state machine.
Any pointers and/or documentation would be great.
Thanks,
Hello Lucas.Thank you for your post.Sorry to hear that documentation didn't answer all your doubts and questions. Documentation is on a continuous improvement and we will consider your feedback.Regarding you questions:1- Case Management framework will not automatically update the case status , even when there is a Case State Machine configured. You will have to do it manually:
2- I believe we will need more details on this question. Can you please detail? What is the use case to get the exception?Nevertheless, let me add this information, perhaps it answers your question. In CMf, exceptions are never aborted. Exceptions are bubbled up and you can handle it at your application.
Hope I could help you Lucas. Let us know if you need any other information. And your feedback is always very important to us.
Best regards,Ricardo Lopes
Hello again @Lucas Silva.
Let me correct one small detail on my previous post.Case_CloseActivity action will close the Activity and update the Case Status with a given Status. In this action, Status input is optional, in case there is no value then system will not update the Case Status.
Hello Ricardo,
Thanks for the reply, the second exactly what you aswered.
Ps: Would be great if OS put some examples how to use the features in documentation and/or put in the OutTracker sample app.
Hello again Lucas.
Glad I could help.Thanks a lot for the feedback. We are working on improving documentation and OutTracker.What additional features would you like to see in OutTracker?
Regards,Ricardo
Hi Ricardo, I would like to follow-up with state machine.
I have configured my state machine, but what i need is to check if the case state machine is invalid , i would like to either render the entire form as either error or display mode / render specific fields on the form to display / greyed out.