Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"id": "11446498",
"type": "workflow",
"name": "New Hire Workflow",
"description": "This workflow sets off a new hire approval flow",
"is_enabled": true,
"flows": [
{
"id": "12345",
"type": "flow",
"trigger": {
"type": "trigger",
"trigger_type": "WORKFLOW_MANUAL_START",
"scope": [
{
"type": "trigger_scope",
"ref": "/event/source/parameters/folder",
"object": {
"type": "folder",
"id": "12345"
}
}
]
},
"outcomes": [
{
"id": "12345",
"type": "outcome",
"name": "Task Approval Outcome",
"action_type": "assign_task",
"if_rejected": [
{
"id": "12345",
"type": "outcome",
"name": "Approval Rejection Outcome",
"action_type": "assign_task"
}
]
}
],
"created_at": "2012-12-12T10:53:43-08:00"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Box Relayワークフローは、名前が付けられたフローのコレクションを表すオブジェクトです。
アプリケーションは、このリソースを使用するために、開発者コンソールでのManage Box Relayアプリケーションスコープの使用が承認されている必要があります。
ワークフローの一意の識別子。
"11446498"
値は常にworkflowになります。
workflow "workflow"
ワークフローの名前。
"New Hire Workflow"
ワークフローの説明
"This workflow sets off a new hire approval flow"
このワークフローが有効かどうかを指定します。
true
ワークフローに割り当てられているフローのリスト。
Show child attributes
このページは役に立ちましたか?