Max length of User Prompt in workflow manager server

318
0
12-20-2023 05:09 PM
MarkMindlin_idea
New Contributor III

In workflow manager server, step type "Add Comment",
we need to know what is a max length of User Prompt?

In fact, in the step properties, for User Prompt, we use an Arcade expression.

jobOutputValue($job, STEP_ID, 'message')

But at a runtime, when a length of 'message' is more than some value, User Prompt contains not an actual text but the Arcade expression we put to the step properties.

 

0 Kudos
0 Replies