< Back

Invoke-WorkflowWrapper

Sat Jan 18, 2020 6:43 pm

NAME Invoke-WorkflowWrapper



SYNOPSIS





SYNTAX

Invoke-WorkflowWrapper [-PropertyFilePath] <String> [[-TableName] <String>] [-TaskId] <Int32> [-RestServer]

<String> [<CommonParameters>]





DESCRIPTION

This Script will Execute a specified task, and generate any needed subtasks.





PARAMETERS

-PropertyFilePath <String>

A Rest PropertyFilePath is required.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TableName <String>



Required? false

Position? 2

Default value tasks

Accept pipeline input? false

Accept wildcard characters? false



-TaskId <Int32>

A TaskId is required.



Required? true

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-RestServer <String>



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





This will execute a task against a specific target defined in the PembrokePS database.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-WorkflowWrapper -PropertyFilePath "c:\\PembrokePS\\Wman\\data\\pembrokeps.properties" -TaskId 1

-RestServer localhost -TableName tasks















RELATED LINKS