App creation config: Web-view configurations
- At a bot level, different views are shown to the user:
- My-tasks: The user can view all the tasks pending on them. These tasks can be input or approval tasks.
- My-items: The user can view the specific requests (against unique request IDs), with the logic:
- The user has raised the request itself
- The user was a participant for a request. For example, if a user is a L1 approval for a request, then post task completion, the request would reflect under my-items
- Information points shown to the user under my-items:
- Participants:
- Requested by: The user who has requested/initiated the request
- Initiated on behalf of: The user for whom the request has been initiated/requested
- Progress Path:
- The user can view the progress of the request, and view step-wise progress of a request
- Comments:
- The user can render a comments section
- A user can view historic comments & also add the comments
- A comment is tagged to a step. If a request is in progress, then its tagged to current in progress steps
- Tags:
- The user can view the tags which are associated with a request.
- Tags are created by admin while creating an application.
- Tags can assist user in bifurcating requests.
- Form:
- The user can view the forms in read-only mode.
- These are the forms which the user would have filled or viewed under different tasks that the user would have completed for a request
- Participants:
- Web-view configurations
- A workflow designer can choose to disable the information points under my-items, for a particular application.
- Workflow designer can choose to disable the information related to:
- Participants
- Progress Path
- Comments
- Tag
Updated about 2 months ago
