1. Summary

This command prompts the user with a text field to fill out.

2. Examples

Due to simplicity, the descriptiveText input parameter will be left empty for the examples. By default, it is set to “Please type in the text field to continue.”.

All example images use the Human Task representation of the Workflow Executor.
Table 1. Command run with no inputs
SimpleTextInput1 1
SimpleTextInput1 2

In the first example we provided no parameters. Our result will be written under the key outputText as "Hello World" in this case.

We can also choose to provide some sample text for the user by setting inputText to for example "Sample Text".

SimpleTextInput2