CN111539185B - Job processing method, job processing apparatus, electronic device, and storage medium - Google Patents

Job processing method, job processing apparatus, electronic device, and storage medium Download PDF

Info

Publication number
CN111539185B
CN111539185B CN202010292083.1A CN202010292083A CN111539185B CN 111539185 B CN111539185 B CN 111539185B CN 202010292083 A CN202010292083 A CN 202010292083A CN 111539185 B CN111539185 B CN 111539185B
Authority
CN
China
Prior art keywords
executed
action
job
failure
characterizing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010292083.1A
Other languages
Chinese (zh)
Other versions
CN111539185A (en
Inventor
易存道
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baolande Software Co ltd
Original Assignee
Beijing Baolande Software Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baolande Software Co ltd filed Critical Beijing Baolande Software Co ltd
Priority to CN202010292083.1A priority Critical patent/CN111539185B/en
Publication of CN111539185A publication Critical patent/CN111539185A/en
Application granted granted Critical
Publication of CN111539185B publication Critical patent/CN111539185B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a job processing method, a job processing device, electronic equipment and a storage medium, wherein the job processing method comprises the following steps: determining a job to be processed, wherein the job structure of the job to be processed is an extensible markup language (XML) job structure; analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed; and executing the step to be executed and the action to be executed. Therefore, the embodiment of the invention greatly improves the flexibility of job processing by using the XML and also improves the adaptability of job processing.

Description

Job processing method, job processing apparatus, electronic device, and storage medium
Technical Field
The invention relates to the field of automatic control, in particular to a job processing method and device, electronic equipment and a storage medium.
Background
With the continuous progress of society, manufacturers and units face increasingly large machine groups, need to execute a large number of actions on each machine, and all need to use an operating system to arrange and typeset the actions, and a general operating system uses a specified back-end language such as Java, C + +, and the like, and a front-end Web project for the structures and configurations of the structures, pause strategies and failure strategies of the operations, and then uses a client or a browser matched with the operating system to edit and check the information after the system is successfully started.
However, once a problem occurs in the system, such as when the operating system executes a job, the job configuration has a problem, resulting in a system crash, and if the job is viewed to be in a problem, the service must be restarted, and if the service cannot be started, the content of the job cannot be viewed at all, which can be a very bad and dangerous state.
Disclosure of Invention
Because the existing methods have the above problems, embodiments of the present invention provide a job processing method and apparatus, an electronic device, and a storage medium.
In a first aspect, an embodiment of the present invention provides a job processing method, including:
determining a job to be processed, wherein a job structure of the job to be processed is an extensible markup language (XML) job structure;
analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and executing the step to be executed and the action to be executed.
Optionally, the method further comprises:
and using a plain text format for the operation to be processed, and organizing through XML to obtain the XML operation structure.
Optionally, the XML job structure comprises:
a job label for characterizing a job;
a step mark for characterizing a step under a job;
a logic label, which is used for characterizing the relation of the actions at each step is a parallel relation;
action markers for characterizing one action under each logical marker;
a display name attribute for characterizing a display name of each action;
a failure policy attribute for characterizing a failure policy for each action;
a pause policy attribute for characterizing a pause policy for each action.
Optionally, the failure policy includes:
the first failure identification is used for representing direct ending and recording as failure;
a second failure identifier, wherein the first failure identifier is used for representing continuous execution and is marked as failure;
and the first failure identification is used for representing that the user is waiting for processing, and the job enters a waiting state until the user inputs an action.
Optionally, the executing the step to be executed and the action to be executed includes:
aiming at the execution failure, if the action to be executed is configured with the first failure identification, the execution is directly finished, and the next action is not executed; if the second failure identification is configured in the action to be executed, continuing to execute the next action; and if the action to be executed is configured with the third failure identifier, waiting for the user until the user confirms to continue executing, and then continuing to execute the next action, otherwise, ending directly.
Optionally, the pause policy comprises pre-pause and post-pause.
Optionally, the executing the step to be executed and the action to be executed includes:
aiming at the preposed pause, if the preposed pause is configured in the action to be executed, waiting for the user before executing the action until the user confirms to continue executing, and then executing the action;
aiming at the post pause, if the post pause is configured in the action to be executed, waiting for the user after the action is executed until the user confirms, finishing the action, and continuing to prepare to execute the next action; if the to-be-executed action is not configured and then is suspended, after the action is executed, a user is waited, and then the next action is directly executed.
In a second aspect, an embodiment of the present invention provides a job processing apparatus, including:
the system comprises a determining module, a judging module and a processing module, wherein the determining module is used for determining a job to be processed, and the job structure of the job to be processed is an extensible markup language (XML) job structure;
the analysis module is used for analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and the execution module is used for executing the step to be executed and the action to be executed.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the job processing method according to the first aspect when executing the program.
In a fourth aspect, a non-transitory computer-readable storage medium has stored thereon a computer program, wherein the computer program, when executed by a processor, implements the steps of the job processing method of the first aspect.
According to the technical scheme, after the to-be-processed operation is determined, the XML operation structure of the to-be-processed operation can be analyzed to obtain one or more to-be-executed steps and to-be-executed actions in each to-be-executed step, and the to-be-executed steps and the to-be-executed actions are executed, so that the flexibility of operation processing is greatly improved by using the XML, and the adaptability of operation processing is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart illustrating a job processing method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an XML job structure according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a job processing apparatus according to an embodiment of the present invention;
fig. 4 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
For the convenience of clearly describing the technical solutions of the embodiments of the present invention, in each embodiment of the present invention, if words such as "first" and "second" are used to distinguish the same items or similar items with basically the same functions and actions, those skilled in the art can understand that the words such as "first" and "second" do not limit the quantity and execution order.
FIG. 1 is a flowchart illustrating a job processing method according to an embodiment of the present invention; the method can be used for electronic equipment for realizing the job processing function; as shown in fig. 1, the job processing method may include:
s110, determining a job to be processed, wherein the job structure of the job to be processed is an XML (Extensible Markup Language) job structure.
Specifically, the XML job structure is a job structure described in a plain text manner, can be opened using any tool, can be recognized and supported by any programming language (such as Java, C + +, and the like), and realizes complete programming language decoupling.
S120, analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed.
Specifically, when the operating system runs the job, the structure of the XML is first parsed, and then the steps and the actions are sequentially executed.
And S130, executing the step to be executed and the action to be executed.
As can be seen from the above embodiments, after determining a job to be processed, the XML job structure of the job to be processed may be parsed to obtain one or more steps to be executed and an action to be executed in each step to be executed, and the steps to be executed and the actions to be executed are executed, thereby greatly improving the flexibility of job processing by using XML and also improving the adaptability of job processing.
Further, based on the method shown in fig. 1, the job processing method may further include:
and (1-1) using a plain text format for the operation to be processed, and organizing through XML to obtain the XML operation structure.
Specifically, a set of complex jobs are configured by organizing in XML (extensible markup language, standard text format published by W3C) in a flexible and extremely high-readability plain text manner, the steps of the jobs can be configured at will, and a pause policy and a failure policy can be configured, even if tools such as a Web browser are not available, the structure of one job and all configurations can be clearly seen in a plain text manner even if an operating system is not started.
It can be seen from the above embodiments that the job to be processed uses a plain text format and is organized by XML to obtain an XML job structure, so that when the job is processed, the XML job structure of the job to be processed can be parsed to obtain one or more steps to be executed and actions to be executed in each step to be executed, and the steps to be executed and the actions to be executed are executed, thereby achieving the purpose of using the plain text format and organizing the job in XML when the job is processed, and the manner is completely independent of any programming language, achieves complete programming language decoupling, and greatly improves the flexibility of the job and the adaptability to new technologies in the future.
Further, based on the method shown above, the XML job structure includes:
a job ticket, the job ticket for characterizing a job;
a step mark for characterizing a step under a job;
a logic label, which is used for characterizing the relation of the actions at each step is a parallel relation;
action markers for characterizing one action under each logical marker;
a display name attribute for characterizing a display name of each action;
a failure policy attribute for characterizing a failure policy for each action;
a pause policy attribute for characterizing a pause policy for each action.
Further, based on the method shown above, the failure policy includes:
the first failure identification is used for representing direct ending and recording as failure;
a second failure identifier, wherein the first failure identifier is used for representing continuous execution and is marked as failure;
and the first failure identification is used for representing the waiting of the user for processing, and the job enters a waiting state until the user inputs an action.
Further, based on the method shown above, the pause strategy includes pre-pause and post-pause.
Fig. 2 is a schematic diagram of an XML job structure provided in an embodiment of the present invention, as shown in fig. 2:
a < job > tag represents a job;
under one job, there can be N < step > tags sorted randomly, each < step > tag representing a step;
at each step, there may be 1 < and > tag, which is a logical tag used only to indicate that the relationship between actions is "and";
under each logical marker, there can be N < action > markers ordered randomly, each < action > marker representing an action;
for each action, a displayName attribute can be configured to represent the display name of the action;
for each action, a failuretracegy attribute may be configured, representing a failure policy, for which definition:
0-end directly and record as failure;
1-continue execution, but mark as failed;
2-waiting for user processing, and enabling the job to enter a waiting state until the user inputs an action;
each action, hangBefore can be configured, which represents preposition (one of pause policies);
each action, hangAfter can be configured, and post pause (one of pause strategies) is represented;
the XML job structure shown in fig. 2 is illustrated below in a specific format example:
the first behavior is a statement sentence of XML specification, which represents that the XML version is 1.0 and the coding format is UTF-8;
a < jobrepresents a job;
under < job >, there are two < step >, meaning that this job has two steps;
in the < and > under the first < step >, there are two < actions >, which means that there are two actions under this step, and the displayName is Action1 and Action2 respectively;
in the second < and > under < step >, two < actions > indicate that there are two actions under this step, and displayName is Action3 and Action4 respectively;
the displayName is the Action of Action1, the failure policy is 0 (direct end), there is a pre-pause and no post-pause;
the displayName is the Action of Action2, the failure policy is 0 (directly finished), and there are no pre-pause and post-pause;
the displayName is the Action of Action3, the failure policy is 1 (continue execution), and there are no pre-pause and no post-pause;
displayName is Action4, failure policy is 2 (wait for user), no pre-pause, no post-pause.
Further, based on the method shown above, the failure policy includes: the first failure identification is used for representing direct ending and recording as failure; a second failure identifier, wherein the first failure identifier is used for representing continuous execution and is marked as failure; and the first failure identification is used for representing the waiting of the user for processing, and the job enters a waiting state until the user inputs an action. Correspondingly, when S130 is executed, the method may include:
aiming at the execution failure, if the action to be executed is configured with the first failure identification, the execution is directly finished, and the next action is not executed; if the second failure identification is configured in the action to be executed, continuing to execute the next action; and if the third failure identification is configured in the action to be executed, waiting for the user, continuing to execute the next action after the user confirms to continue execution, and otherwise, directly ending.
As can be seen from the above embodiments, each action may be configured with a failure policy, different failure identifiers represent different failure policies, and if the action to be executed is configured with the first failure identifier, the process is directly ended without executing the next action; if the second failure identification is configured in the action to be executed, continuing to execute the next action; and if the action to be executed is configured with the third failure identifier, waiting for the user, continuing to execute the next action after the user confirms to continue execution, and otherwise, directly ending the execution, thereby improving the flexibility and the accuracy of job processing.
Further, the pause strategy comprises a front pause and a rear pause based on the method. Correspondingly, when S130 is executed, the method may include:
aiming at the preposed pause, if the preposed pause is configured in the action to be executed, the action is executed before the user waits for the user until the user confirms to continue the execution, and then the action is executed;
aiming at the post pause, if the post pause is configured in the action to be executed, waiting for the user after the action is executed until the user confirms, finishing the action, and continuing to prepare to execute the next action; if the to-be-executed action is not configured and then is suspended, after the action is executed, a user is waited, and then the next action is directly executed.
As can be seen from the above embodiments, each action may be configured with a pause policy, different pause policies correspond to different execution flows, and if a post pause is configured in the action to be executed, the user waits after the action is executed until the user confirms, the action is ended, and the next action is continuously prepared to be executed; if the post-pause is not configured in the action to be executed, the user is waited after the action is executed, and then the next action is directly executed, so that the reliability of job processing is improved.
Fig. 3 is a flowchart of a job processing apparatus according to an embodiment of the present invention, where the job processing apparatus may be used in an electronic device implementing a job processing function; as shown in fig. 3, the job processing apparatus may include:
a determining module 31, configured to determine a job to be processed, where a job structure of the job to be processed is an extensible markup language XML job structure;
the analysis module 32 is configured to analyze the XML job structure to obtain one or more steps to be executed and an action to be executed in each step to be executed;
an executing module 33, configured to execute the step to be executed and the action to be executed.
Further, based on the above-described illustrated apparatus, the job processing apparatus may further include:
and the configuration module is used for using a plain text format for the operation to be processed and organizing the operation through XML to obtain the XML operation structure.
Further, based on the above-mentioned apparatus, the XML job structure includes:
a job label for characterizing a job;
a step mark for characterizing a step under a job;
a logic label, which is used for characterizing the relation of the actions at each step is a parallel relation;
action markers for characterizing one action under each logical marker;
a display name attribute for characterizing a display name of each action;
a failure policy attribute for characterizing a failure policy for each action;
a pause policy attribute for characterizing a pause policy for each action.
Further, based on the above-mentioned apparatus, the failure policy includes:
the first failure identification is used for representing direct ending and recording as failure;
a second failure identifier, wherein the first failure identifier is used for representing continuous execution and is marked as failure;
and the first failure identification is used for representing the waiting of the user for processing, and the job enters a waiting state until the user inputs an action.
Further, based on the above-mentioned apparatus, the executing module 33 may include:
the first execution submodule is used for directly ending the execution failure and not executing the next action if the to-be-executed action is configured with the first failure identifier; if the second failure identification is configured in the action to be executed, continuing to execute the next action; and if the third failure identification is configured in the action to be executed, waiting for the user, continuing to execute the next action after the user confirms to continue execution, and otherwise, directly ending.
Further, based on the above-mentioned device, the pause strategy includes pre-pause and post-pause.
Further, based on the above-mentioned apparatus, the executing module 33 may include:
the second execution submodule is used for waiting for the action until the user confirms to continue execution and then executing the action if the preposed pause is configured in the action to be executed;
a third execution submodule, configured to, for the post-pause, wait for the user after the action is executed if the post-pause is configured in the action to be executed, and end the action until the user confirms the action, and continue to prepare for executing a next action; if the to-be-executed action is not configured and then is suspended, after the action is executed, a user is waited, and then the next action is directly executed.
The job processing apparatus according to the embodiment of the present invention may be configured to execute the method embodiments described above, and the principle and technical effect are similar, which are not described herein again.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention. One of ordinary skill in the art can understand and implement it without inventive effort.
Fig. 4 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 4, the electronic device may include: a processor (processor) 401, a communication Interface (Communications Interface) 402, a memory (memory) 403 and a communication bus 404, wherein the processor 401, the communication Interface 402 and the memory 403 communicate with each other through the communication bus 404. Processor 401 may call logic instructions in memory 403 to perform the following method:
determining a job to be processed, wherein a job structure of the job to be processed is an extensible markup language (XML) job structure;
analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and executing the step to be executed and the action to be executed.
In addition, the logic instructions in the memory 403 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Further, embodiments of the present invention disclose a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions, which when executed by a computer, the computer is capable of performing the methods provided by the above-mentioned method embodiments, for example, comprising:
determining a job to be processed, wherein the job structure of the job to be processed is an extensible markup language (XML) job structure;
analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and executing the step to be executed and the action to be executed.
In another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented by a processor to execute the method provided by the foregoing embodiments, for example, the method includes:
determining a job to be processed, wherein a job structure of the job to be processed is an extensible markup language (XML) job structure;
analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and executing the step to be executed and the action to be executed.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. Based on the understanding, the above technical solutions substantially or otherwise contributing to the prior art may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (9)

1. A method of processing a job, comprising:
determining a job to be processed, wherein a job structure of the job to be processed is an extensible markup language (XML) job structure;
analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
executing the step to be executed and the action to be executed;
the XML job structure includes:
a job ticket, the job ticket for characterizing a job;
a step mark for characterizing a step under a job;
a logic label, which is used for characterizing the relation of the actions at each step is a parallel relation;
action markers for characterizing one action under each logical marker;
a display name attribute for characterizing a display name of each action;
a failure policy attribute for characterizing a failure policy for each action;
a pause policy attribute for characterizing a pause policy for each action.
2. The job processing method according to claim 1, further comprising:
and using a plain text format for the operation to be processed, and organizing through XML to obtain the XML operation structure.
3. The job processing method according to claim 1, wherein the failure policy includes:
the first failure identification is used for representing direct ending and recording as failure;
a second failure identifier, wherein the second failure identifier is used for representing continuous execution and is marked as failure;
and a third failure identifier, wherein the third failure identifier is used for representing that the user is waiting for processing, and the job enters a waiting state until the user inputs an action.
4. The job processing method according to claim 3, wherein the executing the step to be executed and the action to be executed includes:
for the execution failure, if the action to be executed is configured with the first failure identifier, the execution is directly finished, and the next action is not executed; if the second failure identification is configured in the action to be executed, continuing to execute the next action; and if the action to be executed is configured with the third failure identifier, waiting for the user until the user confirms to continue executing, and then continuing to execute the next action, otherwise, ending directly.
5. The job processing method according to claim 1, wherein the pause policy includes a pre-pause and a post-pause.
6. The job processing method according to claim 5, wherein the executing the step to be executed and the action to be executed includes:
aiming at the preposed pause, if the preposed pause is configured in the action to be executed, the action is executed before the user waits for the user until the user confirms to continue the execution, and then the action is executed;
aiming at the post pause, if the post pause is configured in the action to be executed, waiting for the user after the action is executed until the user confirms, finishing the action, and continuing to prepare to execute the next action; if the to-be-executed action is not configured and then is suspended, after the action is executed, the user is waited, and then the next action is directly executed.
7. A job processing apparatus, comprising:
the system comprises a determining module, a processing module and a processing module, wherein the determining module is used for determining a job to be processed, and the job structure of the job to be processed is an extensible markup language (XML) job structure;
the XML job structure includes:
a job label for characterizing a job;
a step mark for characterizing a step under a job;
a logic label, which is used for characterizing the relation of the actions at each step is a parallel relation;
action markers for characterizing one action under each logical marker;
a display name attribute for characterizing a display name of each action;
a failure policy attribute for characterizing a failure policy for each action;
a pause policy attribute for characterizing a pause policy for each action;
the analysis module is used for analyzing the XML operation structure to obtain one or more steps to be executed and actions to be executed under each step to be executed;
and the execution module is used for executing the step to be executed and the action to be executed.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the job processing method according to any one of claims 1 to 6 are implemented when the program is executed by the processor.
9. A non-transitory computer-readable storage medium on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of the job processing method according to any one of claims 1 to 6.
CN202010292083.1A 2020-04-14 2020-04-14 Job processing method, job processing apparatus, electronic device, and storage medium Active CN111539185B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010292083.1A CN111539185B (en) 2020-04-14 2020-04-14 Job processing method, job processing apparatus, electronic device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010292083.1A CN111539185B (en) 2020-04-14 2020-04-14 Job processing method, job processing apparatus, electronic device, and storage medium

Publications (2)

Publication Number Publication Date
CN111539185A CN111539185A (en) 2020-08-14
CN111539185B true CN111539185B (en) 2023-04-14

Family

ID=71974918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010292083.1A Active CN111539185B (en) 2020-04-14 2020-04-14 Job processing method, job processing apparatus, electronic device, and storage medium

Country Status (1)

Country Link
CN (1) CN111539185B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005006115A2 (en) * 2003-06-27 2005-01-20 Bank Of America Corporation System and method to monitor performance of different domains associated with a computer system or network
EP1953961A1 (en) * 2007-01-31 2008-08-06 Hewlett-Packard Development Company, L.P. Extensible system for network discovery
CN104933618A (en) * 2015-06-03 2015-09-23 中国银行股份有限公司 Monitoring method and apparatus for batch work operation data of core banking system
CN110134505A (en) * 2019-05-15 2019-08-16 湖南麒麟信安科技有限公司 A kind of distributed computing method of group system, system and medium
CN110413483A (en) * 2019-07-30 2019-11-05 中国工商银行股份有限公司 Monitoring method, device, electronic equipment and the storage medium of batch jobs data
CN110471754A (en) * 2019-08-22 2019-11-19 中国工商银行股份有限公司 Method for exhibiting data, device, equipment and storage medium in job scheduling

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005006115A2 (en) * 2003-06-27 2005-01-20 Bank Of America Corporation System and method to monitor performance of different domains associated with a computer system or network
EP1953961A1 (en) * 2007-01-31 2008-08-06 Hewlett-Packard Development Company, L.P. Extensible system for network discovery
CN104933618A (en) * 2015-06-03 2015-09-23 中国银行股份有限公司 Monitoring method and apparatus for batch work operation data of core banking system
CN110134505A (en) * 2019-05-15 2019-08-16 湖南麒麟信安科技有限公司 A kind of distributed computing method of group system, system and medium
CN110413483A (en) * 2019-07-30 2019-11-05 中国工商银行股份有限公司 Monitoring method, device, electronic equipment and the storage medium of batch jobs data
CN110471754A (en) * 2019-08-22 2019-11-19 中国工商银行股份有限公司 Method for exhibiting data, device, equipment and storage medium in job scheduling

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
F. Jakab 等.《Proposal of human body description format XML schema and validation of anthropometric parameters》.《IEEE》.2017,全文. *
刁丽娟.《基于Petri网的数据挖掘网格中作业调度的研究》.《中国优秀硕士学位论文全文数据库》.2011,全文. *

Also Published As

Publication number Publication date
CN111539185A (en) 2020-08-14

Similar Documents

Publication Publication Date Title
US10289524B2 (en) Workflow test case generation
EP1884872B1 (en) Method and system for using application development data to create support documents
CN114185708A (en) Data analysis method and device based on distributed link tracking and electronic equipment
CN105205144A (en) Method and system used for data diagnosis and optimization
CN110866258A (en) Method for quickly positioning bug, electronic device and storage medium
CN115328759A (en) Form verification method and device
CN114418398A (en) Scene task development method, device, equipment and storage medium
CN111539185B (en) Job processing method, job processing apparatus, electronic device, and storage medium
EP2953072A1 (en) Workflow test case generation
CN110231921B (en) Log printing method, device, equipment and computer readable storage medium
CN112182562A (en) Data auditing method and system in sandbox environment, electronic equipment and medium
CN116185853A (en) Code verification method and device
EP4071599A1 (en) System and method for modernization of legacy batch based on functional context
CN110363667A (en) Order financing processing method, apparatus, computer equipment and storage medium based on AI
CN111680974B (en) Method and device for positioning problems of electronic underwriting process
CN109408104B (en) Method and device for acquiring game integration information
CN112069031A (en) Abnormal query method, device, equipment and computer readable storage medium
CN110825795A (en) Method, device and equipment for accessing database and computer readable storage medium
CN109711123A (en) Behavioral value method and device based on simulation browser detection
CN111177501B (en) Label processing method, device and system
CN112947984B (en) Application program development method and device
CN111178044B (en) Method and device for determining target text elements
CN111158746B (en) Method and device for acquiring call relationship
CN110955687B (en) Data modification method and device
CN115422029A (en) Interface log document generation method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant