You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@
9
9
### Introduction
10
10
**ActivFlow** is a generic, light-weight and extensible workflow engine for agile development and automation of complex Business Process operations.
11
11
12
-
Developers can emphasize towards mapping the Business Process model as ActivFlow workflow without having to worry about implementing the core workflow processing logic. The generic implementation of the workflow engine manages the automation of the Business Processes from start to finish as per the defined flow.
12
+
Developers can emphasize towards mapping the Business Process model as ActivFlow workflow without having to worry about implementing the core workflow processing logic. The generic implementation of the workflow engine manages the automation of the Business Processes from start to finish in accordance with the defined flow.
13
13
14
-
What defines an ActivFlow workflow?
14
+
What is an ActivFlow workflow?
15
15
- Business Process flow mapped as ActivFlow configuration
16
-
- Definition of data that needs to be captured for each activity (state)
16
+
- Definition of data to be captured for each activity (state)
#### Step 5: Configure Field Visibility (Optional)
103
-
- Include **config.py** in the workflow app and define **ACTIVITY_CONFIG** as Nested Ordered Dictionary if you want to have more control over what gets displayed on the UI
103
+
- Include **config.py** in the workflow app and define **ACTIVITY_CONFIG** as Nested Ordered Dictionary to have more control over what gets displayed on the UI.
104
104
- Define for each activity model, the visibility of fields, for display on templates and forms
105
105
-**create:** field will appear on activity create/initiate form
106
106
-**update:** field will be available for activity update/revise operation
The core logic to restrict the access is defined as **AccessDeniedMixin** under **core/mixins**
133
-
This can be customized by the developer based on the requirements
128
+
The core logic to restrict access is defined as **AccessDeniedMixin** under **core/mixins** which developers can customize depending on the requirements
134
129
135
130
#### Demo Instructions
136
131
Execute the below command to configure ActivFlow for demo purpose
0 commit comments