WorkflowEvent$json top-level constant

  1. @Deprecated('Use workflowEventDescriptor instead')
Map<String, Object> const WorkflowEvent$json

Implementation

@$core.Deprecated('Use workflowEventDescriptor instead')
const WorkflowEvent$json = {
  '1': 'WorkflowEvent',
  '2': [
    {'1': 'event_id', '3': 1, '4': 1, '5': 4, '10': 'eventId'},
    {'1': 'rule_code', '3': 2, '4': 1, '5': 9, '10': 'ruleCode'},
    {
      '1': 'service_name',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.Scailo.WORKFLOW_RULE_SERVICE_NAME',
      '10': 'serviceName'
    },
    {
      '1': 'transaction_status',
      '3': 20,
      '4': 1,
      '5': 14,
      '6': '.Scailo.WORKFLOW_RULE_EXECUTE_ON',
      '10': 'transactionStatus'
    },
    {
      '1': 'transaction_payload',
      '3': 30,
      '4': 1,
      '5': 12,
      '10': 'transactionPayload'
    },
    {'1': 'user_payload', '3': 40, '4': 1, '5': 12, '10': 'userPayload'},
    {'1': 'username', '3': 50, '4': 1, '5': 9, '10': 'username'},
  ],
};