Untitled

 avatar
unknown
json
5 months ago
1.3 kB
3
Indexable
{
    "typeId": 1,
    "name": "Kyc Workflow",
    "steps": [
        {
            "id": 1,
            "name": "Start",
            "typeId": 1,
            "actions": [
                {
                    "name": "jjj",
                    "typeId": 1,
                    "triggerTypeId": 1,
                    "actionConditions": [],
                    "nextStepId": 1,
                    "nextStepName": "Start"
                },
                {
                    "name": "dj",
                    "typeId": 2,
                    "triggerTypeId": 2,
                    "actionConditions": [
                        {
                            "executionMethodName": "IsRiskLevelHigh",
                            "nextStepId": 1
                        },
                        {
                            "executionMethodName": "IsRiskLevelLow",
                            "nextStepId": 1
                        }
                    ],
                    "nextStepId": 1,
                    "nextStepName": "Start"
                }
            ],
            "requiredDataIds": [
                1,
                2
            ],
           
            "actorId": 7,
            
        }
    ],
}
Editor is loading...
Leave a Comment