diff --git a/docs/blog/posts/0012-SAP-Workflow-essentials.md b/docs/blog/posts/0012-SAP-Workflow-essentials.md new file mode 100644 index 00000000..05800102 --- /dev/null +++ b/docs/blog/posts/0012-SAP-Workflow-essentials.md @@ -0,0 +1,38 @@ +--- +description: SAP Workflow Essentials SAP Fiori Developer working with "My Inbox" should now +authors: + - greg +tags: + - SAP S/4HANA + - SAP Fiori +categories: + - Development +date: 2024-11-16 +slug: SAP-Workflow-Essentials-for-SAP-Fiori-Developers +--- + +# SAP Workflow Essentials SAP Fiori Developer working with "My Inbox" should now + +If you're a SAP Fiori developer working on "My Inbox" or migrating from SAP Workflow, Unified Inbox, or SAP Portal, it is important to understand SAP Workflow basics. This guide breaks down the essentials you need to streamline your work with "My Inbox". + +## Terminology summary + +`Workflow Scenario` +: A collection of tasks, agent-determination rules, and related artifacts that can be sequenced to construct workflows. Identified by Workflow ID f.e. WS000800238 + +`Task` +: The description and context of what needs to be performed in a workflow step/activity. Part of Workflow Scenarios. Identified by Task ID f.e. TS00800531 + +`Work item` +: The instance of a task. + +## Transactions + +`SWDD` +: Workflow builder + +`SWIA` +: Work item administration (WI) + +`PFTC` +: Template, task management (WS, TS) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b0576067..76773ba9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,7 +143,7 @@ markdown_extensions: format: !!python/name:pymdownx.superfences.fence_code_format - attr_list - md_in_html - + - def_list extra: analytics: provider: google