Main.xaml | An example workflow invoking the suggested RobustWorkflowTemplate | ErrorMessage
Success
InvokedWorkflowName
| x:String
x:Boolean
x:String
| This is the error message from an invoked workflow
This is the success flag from an invoked workflow
This is the name of the an invoked workflow where the failure occured
| Main
Main
Main
| | | | System.Activities
System.Activities.Statements
System.Activities.Expressions
System.Activities.Validation
System.Activities.XamlIntegration
Microsoft.VisualBasic
Microsoft.VisualBasic.Activities
System
System.Collections
System.Collections.Generic
System.Data
System.Diagnostics
System.Drawing
System.IO
System.Linq
System.Net.Mail
System.Xml
System.Xml.Linq
UiPath.Core
UiPath.Core.Activities
System.Windows.Markup
System.Runtime.Serialization
System.Collections.ObjectModel
System.Runtime.InteropServices
System.ComponentModel
System.Xml.Serialization
UiPath.CSV
System.Activities.DynamicUpdate
UiPath.CSV.Activities
|
RobustWorkflowTemplate.xaml | A suggested reusable template | | | | | out_ErrorMessage
out_Success
out_FileName
| OutArgument(x:String)
OutArgument(x:Boolean)
OutArgument(x:String)
| Error message from the workflow.
Success or failure flag from the workflow.
File name of the workflow.
| System.Activities
System.Activities.Statements
System.Activities.Expressions
System.Activities.Validation
System.Activities.XamlIntegration
Microsoft.VisualBasic
Microsoft.VisualBasic.Activities
System
System.Collections
System.Collections.Generic
System.Data
System.Diagnostics
System.Drawing
System.IO
System.Linq
System.Net.Mail
System.Xml
System.Xml.Linq
UiPath.Core
UiPath.Core.Activities
System.Windows.Markup
System.Collections.ObjectModel
System.Runtime.Serialization
System.Activities.DynamicUpdate
System.ComponentModel
System.Xml.Serialization
UiPath.Excel
UiPath.Excel.Activities
|