mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
type: object
|
|
properties:
|
|
workflow_id:
|
|
type: string
|
|
format: uuid
|
|
required: true
|
|
requester_id:
|
|
type: string
|
|
format: uuid
|
|
required: true
|
|
requester_type:
|
|
type: string
|
|
enum: [User, NeprofileUser, NeaccessUser]
|
|
required: true
|
|
profile_id:
|
|
type: string
|
|
format: uuid
|
|
description: The profile this workflow session will be working with. Only Applicable for Update workflows
|
|
profile_ids:
|
|
type: array
|
|
items:
|
|
type: string
|
|
format: uuid
|
|
description: The profiles this workflow session will be working with. Only Applicable for Batch workflows
|
|
attributes:
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
example:
|
|
text_attribute_uid: static text
|
|
date_attribute_uid: 01/15/2020
|
|
profile_select_attribute_uid: Profile Name
|
|
multiple_profile_select_attribute_uid: Profile Name,Second Profile Name,Third Profile Name
|
|
contributor_select_attribute_uid: User Name
|
|
multiple_contributor_select_attribute_uid: User Name,Second User Name,Third User Name |