st2 icon indicating copy to clipboard operation
st2 copied to clipboard

implement raw string type

Open guzzijones opened this issue 5 months ago • 2 comments

Implement raw string type. Stackstorm will not do jinja parsing on these.

A user can do the following currently

  1. parameter date: 2025-09-09
  2. parameter birthdate: {{date}}

Stackstorm will interpret the "birthdate" paramater and output 2025-09-09 for it.

In the some use cases we actually want birthdate to be: {{date}}. One use case is logs that wrap device uuids like so {{xxxxx}}

guzzijones avatar Sep 08 '25 16:09 guzzijones

Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here https://github.com/StackStorm/st2/pull/6350 but Circle CI is failing with python pinnings. Will come back once fixed.

nzlosh avatar Sep 08 '25 16:09 nzlosh

Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here #6350 but Circle CI is failing with python pinnings. Will come back once fixed.

Thanks, Yes i was a bit confused. I am going to rattle off a few prs this week hopefully.

guzzijones avatar Sep 08 '25 16:09 guzzijones