How to create a case from Actionable button in Constellation?
I have a requirement in my application where an Actionable button is displayed in the view and once clicked it should create a case on the screen. Basically, in the Job Seeker Application, in the Job Posting case type, I have added an "Apply Job" actionable button which I leveraged using the Constellation UI Gallery component. This button should create the Apply Job case. The thing with Actionable button is that it opens a Flow action which opens a view. And this flow action should be present in the Case wide optional actions. I have created an optional action for applying job which is a process containing a Decision shape which checks for duplicate applications and a "Create Case" smart shape. Now, I can't invoke this process directly from the actionable button since it can only invoke a flow action. So I used an activity to invoke my flow rule in the post processing action of the flow action which I'm invoking through the Actionable button. It is working fine, but the case is getting created in the background and it is not opening on the screen. What should I do? I want the case to be opened on the screen so that the user can directly perform the case actions. Thanks in advance.