Problem: Function-backed action type cannot be used in Workshop scenario on a global branch
Environment:
-
Code Repository: Master branch (Python Functions)
-
Ontology/Workshop: Global branch
Error Message:
Error running scenario
Error: [Actions] CannotFindActionTypes
Error ID: a40d0bed-…..
invalidActionTypeRids: [“ri.actions.main.action-type.2a44…..”]
What Works:
-
Function works in preview -
Function is published -
Other functions from same repository work in Workshop on this global branch -
Action type exists on global branch with correct RID -
Action type configuration is correct (function-backed, no errors)
What Doesn’t Work:
Workshop scenario cannot find the action type (error above)
What I’ve Tried:
-
Verified RID matches
-
Recreated action step in scenario
-
Confirmed permissions
Question: Is there a known limitation with function-backed action types in Workshop scenarios when working on a global branch? The action type exists on the branch with the correct configuration, but the scenario cannot find it.