diff --git a/definitions/draco_cron/flow_types/cron.proto.json b/definitions/draco_cron/flow_types/cron.proto.json index a56de24..a2a9fb1 100644 --- a/definitions/draco_cron/flow_types/cron.proto.json +++ b/definitions/draco_cron/flow_types/cron.proto.json @@ -24,7 +24,7 @@ "displayMessage": [ { "code": "en-US", - "content": "Schedule Job ${cron_code}" + "content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronDayOfMonth}day of month ${cronMonth}month ${cronDayOfWeek}day of week" } ], "signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void", diff --git a/definitions/draco_cron/runtime_flow_types/cron.proto.json b/definitions/draco_cron/runtime_flow_types/cron.proto.json index 67438d6..dd617a7 100644 --- a/definitions/draco_cron/runtime_flow_types/cron.proto.json +++ b/definitions/draco_cron/runtime_flow_types/cron.proto.json @@ -23,7 +23,7 @@ "displayMessage": [ { "code": "en-US", - "content": "Schedule Job ${cron_code}" + "content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronDayOfMonth}day of month ${cronMonth}month ${cronDayOfWeek}day of week" } ], "signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void", diff --git a/definitions/draco_rest/flow_types/rest.proto.json b/definitions/draco_rest/flow_types/rest.proto.json index 3ac1acc..945ca79 100644 --- a/definitions/draco_rest/flow_types/rest.proto.json +++ b/definitions/draco_rest/flow_types/rest.proto.json @@ -18,7 +18,7 @@ "displayMessage": [ { "code": "en-US", - "content": "Trigger Rest-Flow on ${method} with a Request to ${route}" + "content": "Trigger Rest-Flow on ${httpMethod} with a Request to ${httpURL}" } ], "alias": [ diff --git a/definitions/draco_rest/runtime_flow_types/rest.proto.json b/definitions/draco_rest/runtime_flow_types/rest.proto.json index 760f68d..0ca6135 100644 --- a/definitions/draco_rest/runtime_flow_types/rest.proto.json +++ b/definitions/draco_rest/runtime_flow_types/rest.proto.json @@ -17,7 +17,7 @@ "displayMessage": [ { "code": "en-US", - "content": "Trigger Rest-Flow on ${method} with a Request to ${route}" + "content": "Trigger Rest-Flow on ${httpMethod} with a Request to ${httpURL}" } ], "alias": [