What I am trying to achieve
- User run workflow to create new Object based on ActiveRecord selected on the screen
- The Worfklow is run and the result is displayed on the screen to confirm the changes by Save button
a) There is also button Workflow button which updates context which can create another object - User clicks on the button Workflow button which updates context which runs new workflow and it adds new object into the context.
- Can I update somehow Notification what happened in the workflow?
I have tried …
- Add (Task) Set Workflow Property inside “button’s workflow” but it does not affect current screen in any way.
Is there any possibility to achieve behaviour that user clicks on the workflow button and then receive updated notification other than create custom field on the form and fill it in?
The notification feature looks really well and would be great to use it for putting some additional info what happened to user.
This is the result after the workflow:
- Screen gets dirty
- New object is there and is visible in the screen count:
- The button is not visible any more because it is hidden by rule (it can be used just once in my case)
If I could update the notification anyhow, it would look perfectly.