mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
11 lines
343 B
JSON
11 lines
343 B
JSON
{
|
|
"OmniProcessId": "{{ParentProcessId}}",
|
|
"Name": "{{ElementName}}",
|
|
"Type": "Set Values",
|
|
"Description": "{{Description}}",
|
|
"IsActive": true,
|
|
"Level": 0,
|
|
"SequenceNumber": {{SequenceNumber}},
|
|
"PropertySetConfig": "{\"ElementValueMap\":{\"{{OutputKey}}\":\"{{OutputValue}}\"},\"chainOnStep\":false,\"failOnStepError\":true}"
|
|
}
|