Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
A subflow provides the following benefits:
Thai |
---|
โฟลว์จัดเตรียมลำดับทั่วไปของกิจกรรมที่จะใช้โดยโฟลว์หลาย ๆ คุณสามารถรวมโฟลว์ย่อยในโฟลว์ของคุณได้เช่นเดียวกับที่รวมกิจกรรมและเครื่องมือ นอกจากนี้คุณยังสามารถเชื่อมต่อกระแสย่อยกับโหนดอื่น ๆ ในลักษณะเดียวกัน subflow ให้ประโยชน์ดังต่อไปนี้: |
Reusability and reduced development time.
Thai |
---|
สามารถนำมาใช้ใหม่และลดเวลาในการพัฒนา |
Consistency and increased maintainability of your similar flows (consider a subflow as analogous to a programming macro, or to inline code that is written once but used in many places).
Thai |
---|
ความสอดคล้องและเพิ่มความสามารถในการบำรุงรักษาของโฟลว์ที่คล้ายกันของคุณ (พิจารณาโฟลว์ย่อยที่คล้ายกับแมโครการเขียนโปรแกรมหรือโค้ดอินไลน์ที่เขียนครั้งเดียว แต่ใช้ในหลาย ๆ ที่) |
Flexibility to tailor a subflow to a specific context (for example, by updating the output queue or data source information).
Thai |
---|
กระบวนการย่อยแบบอะซิงโครนัสสามารถทำงานที่ต้องใช้เวลามากเช่นการเขียนข้อมูลไปยังฐานข้อมูลภายนอกหรือส่งข้อความทางอีเมลโดยไม่ต้องหยุดการไหลของข้อมูลหลักกระแสการไหลที่ก่อให้เกิดการดำเนินการ |
Asynchronous subflow can perform time-consuming tasks, such as writing data to an external database or emailing a message, without stalling main flow, the flow that triggered its execution.
Thai |
---|
กระบวนการย่อยแบบอะซิงโครนัสสามารถทำงานที่ต้องใช้เวลามากเช่นการเขียนข้อมูลไปยังฐานข้อมูลภายนอกหรือส่งข้อความทางอีเมลโดยไม่ต้องหยุดการไหลของข้อมูลหลักกระแสการไหลที่ก่อให้เกิดการดำเนินการ |
Thai |
---|
ประเภทของ Subflow |
A subflow run synchronously (relative to the flow that triggered its execution) and always inherits both the processing strategy and exception strategy employed by the triggering flow. While a subflow is running, processing on the triggering flow pauses, then resumes only after the subflow completes its processing and hands the message back to the triggering flow.
Thai |
---|
1. ซิงโครนัส
|
Case 1: Standard synchronous subflow
Thai |
---|
กรณีที่ 1: subflow แบบซิงโครนัสมาตรฐาน |
Case 2: Using Subflow multiple times in a flow.
Thai |
---|
กรณีที่ 2: การใช้ Subflow หลายครั้งในโฟลว์ |
Case 3: Same subflow used by multiple flows
Thai |
---|
กรณีที่ 3: subflow เดียวกันที่ใช้โดยหลาย flow |
An asynchronous flow run simultaneously and asynchronously in parallel to the flow that triggered its execution. When a flow trigger an asynchronous flow, thus triggering its execution, it simultaneously flow to the next activity processor in its own flow. Thus, the two flows – triggering and triggered – execute simultaneously and independently, each finishing on its own. This type of flow does not inherit processing or exception strategies from the triggering flow.
Thai |
---|
2. แบบอะซิงโครนัส
|
Case 1: Standard asynchronous subflow
Thai |
---|
กรณีที่ 1: การย่อยแบบอะซิงโครนัสมาตรฐาน |
Case 2: Same subflow used by multiple flows
Thai |
---|
กรณีที่ 2: subflow เดียวกันที่ใช้โดยหลาย ๆ กระแส |