actionIds
actionIds: string[]
Optionaldescription
description?: string
formsAppEnvironmentId
formsAppEnvironmentId: number
OptionallinkedResources
name
name: string
organisationId
organisationId: string
schedule
schedule: { endDate?: string; recurrence: { interval: "DAY"; } | { day: DayOfWeek; interval: "WEEK"; } | { days: number; interval: "CUSTOM"; }; startDate: string; } Type declaration
OptionalendDate?: string
recurrence: {
interval: "DAY";
} | {
day: DayOfWeek;
interval: "WEEK";
} | {
days: number;
interval: "CUSTOM";
}
startDate: string
OptionalswipeLeftActionId
swipeLeftActionId?: string
OptionalswipeRightActionId
swipeRightActionId?: string
The identifiers of available actions that the task can utilise within a Forms App. The order of the identifiers is respected when displaying actions.