Symptoms
Action rules or Replacement are not working with following default definition.
- FCA_Basic_Mail
- FCA_Utils_Document_Create
- FCA_Utils_Excel_Action
- FCA_Utils_File_Publish
- FCA_Utils_File_Transfer
- FCA_Utils_JobStatus
- FCA_Utils_TaskLock_Release
- Redwood_Base_Notification
- Redwood_Base_WorkFlow_AcceptReject
- Redwood_Base_WorkFlow_Confirm
- Redwood_Base_WorkFlow_RestartContinueAbort
Note: When it is not working with your own made (Custom) definition, please follow this article:
Add JobDefinitionActions to replace RunMyFinance Triggers
Cause
Actions for utility Process Definitions shipped with fca_content.car are empty, so replacements and action rules used with these Process Definitions are not evaluated.
Steps to reproduce:
-
Submit a job definition that creates a file, e.g. System_Info (filter in RMF: “Custom Maintenance Processes”)
-
Submit the FCA_Utils_File_Transfer process definition that should use the job file from the previous job as parameter:
-
From transaction
=JobFile:78:stdout.log
(please replace 78 by the proper job id of the System_Info job) -
To transaction
=job ${J:#JobId}:newfile.txt
-
See that process fail and the parameter will keep the original parameter value job ${J:#JobId}:newfile.txt
unchanged.
Workaround
No workaround is available
Affected version
RunMyFinance 9.2.10 onward
Resolution
This issue has been fixed in:
- 2024.1.0.0
- 2023.3.1.0
- 2023.2.1.0
- 9.2.11.3
Hotfix is available for
- 9.2.11.2
Reference
ROSO-12687
REL-613: Hotfix for 9.2.11.2
Comments
0 comments
Please sign in to leave a comment.