Solved

Stage task commit failed. Error: action_not_allowed

  • 2 March 2021
  • 2 replies
  • 75 views

Userlevel 5
Badge +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.

icon

Best answer by Mark Jongeling 2 March 2021, 14:10

View original

2 replies

Userlevel 7
Badge +23

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.

Userlevel 5
Badge +15

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 :-).

Reply