Action Flow AR Cash app
Configuration changes
Action Flow (AF) is an automation tool Celonis uses to implement action-related functionalities in the AR cash App. Below is the list of AFs that are available upon installation.
Action Flow (AF) Name | Used To |
---|---|
Update Transaction Augmented | Used to update the augmented attributes like baseline date, clearing date and clearing document number |
Manual Clearing Using Doc No | Used to clear documents in SAP system by selecting documents |
Update Payment Augmented | Used to update the augmented attributes like payment status, posting date and payment sub-status |
These AFs will need some updates to ensure they have the correct permissions and targets for the Celonis environment. Changes required in each Action flow step are listed below:
Step 1: Add Webhooks(1)
![]() |
Step 2: JSON For update augmented (32)
Click on the JSON For update augmented (32).
Click on the Add.
Set udts.name as JSON for update augmented.
Click on the Generate.
![]() |
![]() |
![]() |
Paste below JSON text in datastores.generator.sample_data.
{ "updateRequests": [{ "requestId": "", "requestedBy": "", "skillKey": "", "augmentedAttributeValue": { "knowledgeModelKey": "", "recordMetadataId": "", "augmentedAttributeId": "", "recordId": "", "value": "" } }] }
Click on Common.Generate.
Click on the save button.
Click on the ok button.
Step 3: JSON For update augmented(72)
Click on the JSON For update augmented (72).
![]() |
Click on the “Choose a data structure” and select JSON For update augmented.
Click on the OK.
Step 4: JSON (59)
Click on the JSON (59).
Click on the Add.
![]() |
Set udts.name as Webhook Response.
Click on the Generate.
![]() |
![]() |
Paste below JSON text in datastores.generator.sample_data.
{ "data": "", "success": "" }
Click on the Common.Generate.
Update the Success property type to the Boolean.
![]() |
Click on the Save.
Click on the OK.
Step 5:JSON (76)
Click on the JSON For update augmented (76).
![]() |
Click on the “Choose a data structure” and select Webhook Response.
Click on the OK.
Step 6: Click on the action flow Save button.
Step 9: variable configuration
![]() |
Copy Action flow webhook url
Goto package setting
![]() |
Goto variable tab
![]() |
Find update_transaction_augmented_url in the Variable Type: Plain Text
Open edit variable screen
Paste in to plain text value field
Click on the save button