WorkflowInfo
Class
Definition
Provides information about a workflow that is stored in session state.
public class WorkflowInfo : System.Management.Automation.FunctionInfo
- Inheritance
Inherited Members
System.Management.Automation.CommandInfo
System.Management.Automation.FunctionInfo
Constructors
| WorkflowInfo(String, String, ScriptBlock, String, WorkflowInfo[]) |
Creates an instance of the workflowInfo class with the specified name and ScriptBlock |
| WorkflowInfo(String, String, ScriptBlock, String, WorkflowInfo[], PSModuleInfo) |
Creates an instance of the workflowInfo class with the specified name and ScriptBlock |
Properties
| Definition |
Returns the definition of the workflow. |
| NestedXamlDefinition |
Gets or sets the XAML that represents the definition of the workflow when called from another workflow. |
| WorkflowsCalled |
Gets the XAML for workflows called by this workflow. |
| XamlDefinition |
Gets the XAML that represents the definition of the workflow. |
Methods
| Update(FunctionInfo, Boolean, ScopedItemOptions, String) |
Update a workflow |