I created a workflow that contains an action of the kind std.http
, but execution results in
mistral.exceptions.InvalidActionException: Failed to find action [action_name=std.http]
I can use other modules like std.echo
just fine. Is there a list of actions that I am allowed to use?