Getting started with flows
Create a sample flow with a trigger and base system actions that requires an approval.
Watch this 3:34-minute video for an introduction to using Workflow Studio.
시작하기 전에
이 태스크 정보
- Trigger: An activity that initiates the flow, such as a record created in a specified table or a scheduled job.
- Conditions: Statements that determine when or how an action runs. For example, run an action only if a field is over a certain value.
- Actions: Operations executed by the system, such as a field value updated, approval requested, or a value logged.
To understand basic flows, create an expense approval flow. This flow:
- Runs when an Expenses record is created.
- Uses the total amount to determine which action to run.
- Approves the request if it is under the specified dollar amount.
- Requires manager approval if it is over a specified dollar amount. Another approver can be manually added.
프로시저
다음에 수행할 작업
Transform the Ask for Approval action into a reusable action using Workflow Studio. Actions enable flow designers to add complex actions to multiple flows with minimal configuration. See Getting started with actions.