st2 icon indicating copy to clipboard operation
st2 copied to clipboard

re: Is it possible to disable action history on specific action(s)?

Open hsheng opened this issue 2 years ago • 0 comments

I've found a similar question, but don't find the answer I'm looking for.

Here is my question: I created an action to post a pubsub topic on completion of some actions. I tried both core.st2.generic.actiontrigger and core.st2.generic.notifyrigger.

For core.st2.generic.actiontrigger, the problem is every completed action is companioned with a topic posting action in the action history.

For core.st2.generic.notifyrigger, the situation is better, but still, every action with notify section in the definition is companioned with a topic posting action in the action history.

Is there a configuration to disable the history records of the topic posting action?

hsheng avatar Jun 15 '23 23:06 hsheng