parameters(Optional[Array[String]])
— Array of parameter strings to pass to the execution. Named arguments should be of the format 'param=value' positional parameters can be put in their normal order as strings.
api_key(Optional[String])
— StackStorm API key to use for authentication (prefer this over username/password).
auth_token(Optional[String])
— StackStorm auth token. Use this if username/password auth has already been established in a previous task and auth token is being passed around.
username(Optional[String])
— Username to use for StackStorm authentication.
password(Optional[String])
— Password to use for StackStorm authentication.