Class | Description | |
---|---|---|
JAMSHostInfo | Host Info that gets passed into PSObject | |
PSActivity | PSActivity looks for a PSRunspace in the Workflow context. If it doesn't find a runspace it will create an initialize one. | |
PSActivityGeneric<TResult> | PSActivityGeneric looks for a PSRunspace in the Workflow context. If it doesn't find a runspace it will create an initialize one. | |
PSRunspace | A PSRunspace activity provides a PowerShell runspace to PowerShell activities that it hosts. | |
PSScript | The PSScript activity runs a PowerShell script | |
PSScriptGeneric<TResult> | The PSScriptGeneric activity runs a PowerShell script | |
PSWorkflowHost | JAMSWorkflowHost provides a PowerShell host for running PowerShell commands inside a Workflow Job. | |
PSWrapper | PSWrapper executes a PowerShell function or cmdlet. | |
PSWrapperGeneric<TResult> | PSWrapperGeneric executes a PowerShell function or cmdlet. | |
PSWrapperGenericPropertyDescriptor | The PSWrapperGenericPropertyDescriptor is used to define PropertyDescriptors for the dynamic properties of the PSWrapperGeneric workflow activity. | |
PSWrapperPropertyDescriptor | The PSWrapperPropertyDescriptor is used to define PropertyDescriptors for the dynamic properties of the PSWrapper workflow activity. |