GetScheduleDetails
Allows you to search for a workflow schedule using either the schedule's address or its display name and user version. If a schedule is found, a list of all the schedule's parameters is returned.
Inputs | Data Type | Description |
---|---|---|
scheduleId | WorkflowIdentifier |
Specifies the Address or Display Name and User Version of the workflow schedule you are retrieving details for. You must also provide the type of identifier (Address or Display Name). |
Outputs | Description | |
---|---|---|
WorkflowScheduleDetails |
Returns a list of schedule parameters, including the name, default value, and data type of each parameter. |