Debugging
Activities
Log Simple Message
This activity adds to C:\Temp\Log.txt the content of Text parameter. If directory c:\Temp does not exist, it will be created.
Activity Parameters
The Log Simple Message activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Text (text box editor type) (type: string): the text message that will be displayed by the activity. This parameter can be bound to an existing variable, writing the variable's value in the created Log.txt file.
Execution: the result of the activity can be seen in the created Log.txt file, located in C:\Temp folder:
Object Message Box
This activity outputs the Input Objects type or string value.
Activity Parameters
The Object Message Box activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Input Object (text box editor type) (type: string): the input object that will be shown or bind this parameter with an Output parameter of a desired activity.
The Read Only Output variable are the possible output values that the activity will provide:
- DateTime Object (type: string): outputs the input object as a string.
Execution: the activity will pop up a message with the value given in the Input Object field (in our example, a string. If a variable was used, then it will be displayed the value of the variable):
This activity needs user input in order to continue (clicking on the OK button). The result will also be displayed in the Tracking Data area: