Node-pluggable trigger implementation method and computer readable storage medium
An implementation method and trigger technology, applied in the direction of creating/generating source code, version control, execution paradigm, etc., can solve problems such as system instability, influence, and long waiting time of customer enterprises, so as to reduce risks and avoid changes.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example
[0115] / / The instance id of the currently running trigger is automatically generated
[0116] private AutomationExecuteResult executeResult;
[0117] / / The result after the trigger of this node (referring to the node that has completed the latest operation) is triggered
[0118] private String automationId;
[0119] / / The trigger configuration id corresponding to this trigger
[0120] private Date createTime;
[0121] / / The execution start time of this node
[0122] private Date finishedTime;
[0123] / / The execution end time of this node
[0124] private Integer enterpriseId;
[0125] / / Trigger specific platform enterprise id this time
[0126] Private Integer userId;
[0127] / / Generate this trigger user, may be empty
[0128]}
[0129] The instantiated AutomationRuntimeContext object is as follows:
[0130] public class AutomationRuntimeContext{
[0131] private final Automation automation;
[0132] / / The configuration of the current trigger, which contains the ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


