Input & Output
Workflow input and output.
Last updated
Workflow input and output.
Last updated
Using the activities, the workflow can make use of many types of input and output. The input is given as activity . The output of an activity is always an activity .
You can use the included activities such as and to get input from flat files. Also, you can use HTTP Request activity to get input from a web resource. For retrieving secure credentials, you can use Windows Credentials Manager, and if you want to read an encrypted file, you can use . You can also use , and Remote Desktop activities to work with network resources. activities supports MS SQL Server, MySQL, PostgreSQL, SQLite and Oracle SQL.
To create output you can use the same category of activities to write flat files and web resources. You can also find activities in the same category such as , and .