Skip to main content
Answer

Stage task commit failed. Error: action_not_allowed

  • March 2, 2021
  • 2 replies
  • 91 views

Forum|alt.badge.img+15

I have task in the Universal GUI which gives me the following error.

I’ve checked the Chrome logs (HTTP 403 error) and the Indicium logs (empty) but I have absolutely no clue what is going wrong. What is happening here? I'm using Universal GUI 2021.1.13 and Indicium Universal 2021.1.16.

Best answer by Mark Jongeling

Hi René,

Could it be a Layout procedure that does not allow the Task to be executed?

403 happens when the Confirm button is read only or hidden and the task gets executed.

This topic has been closed for replies.

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • March 2, 2021

Hi René,

Could it be a Layout procedure that does not allow the Task to be executed?

403 happens when the Confirm button is read only or hidden and the task gets executed.


Forum|alt.badge.img+15
  • Author
  • Superhero
  • March 2, 2021

Hi René,

Could it be a Layout procedure that does not allow the Task to be executed?

403 happens when the Confirm button is read only or hidden and the task gets executed.

Thanks, I've found the issue. A task has a layout procedure which made a field mandatory, but the field wasn't visible and empty.

The description “action_not_allow” was a little bit cryptic, “mandatory field [field_name] is empty” or something would be more clear :-).