New-PSUWorkflowActivity
Creates a workflow activity definition.
SYNOPSIS
SYNTAX
New-PSUWorkflowActivity [-Type] <String> [-Name <String>] [-ScriptFullPath <String>] [-Parameters <Hashtable>]
[-Expressions <Hashtable>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUWorkflowActivity -Type FlowchartExample 2
Example 3
PARAMETERS
-AppToken
-ComputerName
-Cookies
-Credential
-Expressions
-Integrated
-Name
-Parameters
-ScriptFullPath
-TrustCertificate
-Type
-UseDefaultCredentials
CommonParameters
INPUTS
None
OUTPUTS
PowerShellUniversal.Models.Workflows.WorkflowActivityDefinition
NOTES
RELATED LINKS
Last updated
Was this helpful?