| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/task/TaskExecutionContext.class */ |
| | | |
| | | public class TaskExecutionContext implements Serializable { |
| | | private String contextId; |
| | | private String name; |
| | |
| | | private String tenantId; |
| | | private String executor; |
| | | private Map<String, Object> data; |
| | | private Map<String, Object> extendInfo = new HashMap(); |
| | | private List<String> relatedPersonals = new ArrayList(); |
| | | private Map<String, Object> extendInfo = new HashMap<>(); |
| | | private List<String> relatedPersonals = new ArrayList<>(); |
| | | private TaskExecutorTypeEnum taskExecutorTypeEnum; |
| | | |
| | | public void setContextId(final String contextId) { |