Skip to content

Commit

Permalink
docs: workflow post
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalew committed Nov 20, 2024
1 parent 53ddd18 commit 757da40
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/blog/posts/0012-SAP-Workflow-essentials.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757da40

Please sign in to comment.