id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id
title
pagination_label
sidebar_label
sidebar_class_name
keywords
slug
tags
workflow-library-trigger
WorkflowLibraryTrigger
WorkflowLibraryTrigger
WorkflowLibraryTrigger
powershellsdk
powershell
PowerShell
sdk
WorkflowLibraryTrigger
WorkflowLibraryTrigger
/tools/sdk/powershell/v3/models/workflow-library-trigger
SDK
Software Development Kit
WorkflowLibraryTrigger
WorkflowLibraryTrigger
WorkflowLibraryTrigger
Properties
Name
Type
Description
Notes
Id
Pointer to String
Trigger ID. This is a static namespaced ID for the trigger.
[optional]
Type
Pointer to Enum [ "EVENT", "SCHEDULED", "EXTERNAL" ]
Trigger type
[optional]
Deprecated
Pointer to Boolean
[optional]
DeprecatedBy
Pointer to System.DateTime
[optional]
IsSimulationEnabled
Pointer to Boolean
[optional]
OutputSchema
Pointer to [SystemCollectionsHashtable ]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0
Example output schema
[optional]
Name
Pointer to String
Trigger Name
[optional]
Description
Pointer to String
Trigger Description
[optional]
IsDynamicSchema
Pointer to Boolean
Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
[optional] [default to $false]
InputExample
Pointer to [SystemCollectionsHashtable ]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0
Example trigger payload if applicable
[optional]
FormFields
Pointer to []WorkflowLibraryFormFields
One or more inputs that the trigger accepts
[optional]
Examples
Convert the resource to JSON
[Back to top]