id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id
title
pagination_label
sidebar_label
sidebar_class_name
keywords
slug
tags
v2024-workflow-library-trigger
WorkflowLibraryTrigger
WorkflowLibraryTrigger
WorkflowLibraryTrigger
powershellsdk
powershell
PowerShell
sdk
WorkflowLibraryTrigger
V2024WorkflowLibraryTrigger
/tools/sdk/powershell/v2024/models/workflow-library-trigger
SDK
Software Development Kit
WorkflowLibraryTrigger
V2024WorkflowLibraryTrigger
WorkflowLibraryTrigger
Properties
Name
Type
Description
Notes
Id
String
Trigger ID. This is a static namespaced ID for the trigger.
[optional]
Type
Enum [ "EVENT", "SCHEDULED", "EXTERNAL" ]
Trigger type
[optional]
Deprecated
Boolean
[optional]
DeprecatedBy
System.DateTime
[optional]
IsSimulationEnabled
Boolean
[optional]
OutputSchema
[SystemCollectionsHashtable ]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0
Example output schema
[optional]
Name
String
Trigger Name
[optional]
Description
String
Trigger Description
[optional]
IsDynamicSchema
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
[SystemCollectionsHashtable ]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0
Example trigger payload if applicable
[optional]
FormFields
[]WorkflowLibraryFormFields
One or more inputs that the trigger accepts
[optional]
Examples
Convert the resource to JSON
[Back to top]