jar

io.automatiko.workflow : automatiko-workflow-core

Maven & Gradle

Aug 16, 2023
28 usages
58 stars

Automatiko Engine :: Workflow :: Core · Workflow core for Automatiko Engine

Table Of Contents

Latest Version

Download io.automatiko.workflow : automatiko-workflow-core JAR file - Latest Versions:

All Versions

Download io.automatiko.workflow : automatiko-workflow-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.31.x
0.30.x
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window automatiko-workflow-core-0.31.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.automatiko.engine.workflow.base.core.event

├─ io.automatiko.engine.workflow.base.core.event.AbstractEventSupport.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.BroadcastEventTypeFilter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.EventFilter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.EventTransformer.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.EventTransformerImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.EventTypeFilter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.NonAcceptingEventTypeFilter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessCompletedEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessEvent.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessEventSupport.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessNodeInitializedEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessNodeInstanceFailedEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessNodeLeftEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessNodeTriggeredEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessSignaledEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessStartedEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessVariableChangedEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.ProcessWorkItemTransitionEventImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.event.SLAViolatedEventImpl.class - [JAR]

io.automatiko.engine.workflow.process.core.node

├─ io.automatiko.engine.workflow.process.core.node.ActionNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Assignment.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.AsyncEventNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.BoundaryEventNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.CatchLinkNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.CompositeContextNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.CompositeNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Constrainable.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.ConstraintTrigger.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.DataAssociation.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.DynamicNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.EndNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.EventNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.EventNodeInterface.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.EventSubProcessNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.EventTrigger.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.FaultNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.ForEachNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.HumanTaskNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Join.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.MilestoneNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.RuleSetNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Split.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.StartNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.StateBasedNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.StateNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.SubProcessFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.SubProcessNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.ThrowLinkNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.TimerNode.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Transformation.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.Trigger.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.node.WorkItemNode.class - [JAR]

io.automatiko.engine.workflow.base.core.impl

├─ io.automatiko.engine.workflow.base.core.impl.ContextContainerImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.DataTransformerRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.MvelNodeInstanceVariableExpression.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.ParameterDefinitionImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.ProcessImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.WorkDefinitionExtensionImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.WorkDefinitionImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.WorkImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.XmlProcessDumper.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.XmlProcessDumperFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.impl.XmlProcessDumperFactoryService.class - [JAR]

io.automatiko.engine.workflow.marshalling.impl

├─ io.automatiko.engine.workflow.marshalling.impl.AbstractProtobufProcessInstanceMarshaller.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.AutomatikoMessages.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ClassObjectMarshallingStrategyAcceptor.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.JBPMMessages.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.MarshallerReaderContext.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.MarshallerWriteContext.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.PersisterEnums.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.PersisterHelper.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessInstanceMarshaller.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessInstanceResolverStrategy.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessMarshaller.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessMarshallerFactoryService.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessMarshallerFactoryServiceImpl.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProcessMarshallerRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProtobufProcessMarshaller.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.ProtobufRuleFlowProcessInstanceMarshaller.class - [JAR]

io.automatiko.engine.workflow.process.instance.context

├─ io.automatiko.engine.workflow.process.instance.context.WorkflowContextInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.context.WorkflowReuseContextInstanceFactory.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.jq

├─ io.automatiko.engine.workflow.base.instance.impl.jq.InputJqAssignmentAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.jq.JqReturnValueEvaluator.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.jq.LogFunction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.jq.OutputJqAssignmentAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.jq.TaskInputJqAssignmentAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.jq.TaskOutputJqAssignmentAction.class - [JAR]

io.automatiko.engine.workflow.base.core.context.swimlane

├─ io.automatiko.engine.workflow.base.core.context.swimlane.Swimlane.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.swimlane.SwimlaneContext.class - [JAR]

io.automatiko.engine.workflow.base.core.context.exception

├─ io.automatiko.engine.workflow.base.core.context.exception.ActionExceptionHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.exception.CompensationHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.exception.CompensationScope.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.exception.ExceptionHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.exception.ExceptionScope.class - [JAR]

io.automatiko.engine.workflow.process.executable.core

├─ io.automatiko.engine.workflow.process.executable.core.ExecutableNodeContainerFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.ExecutableProcess.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.ExecutableProcessFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.Metadata.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.ServerlessExecutableProcess.class - [JAR]

io.automatiko.engine.workflow.base.instance.context

├─ io.automatiko.engine.workflow.base.instance.context.AbstractContextInstance.class - [JAR]

io.automatiko.engine.workflow.base.core.datatype.impl

├─ io.automatiko.engine.workflow.base.core.datatype.impl.InstanceDataTypeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.NewInstanceDataTypeFactory.class - [JAR]

io.automatiko.engine.workflow.expression

├─ io.automatiko.engine.workflow.expression.JqExpressionEvaluator.class - [JAR]

├─ io.automatiko.engine.workflow.expression.MvelExpressionEvaluator.class - [JAR]

io.automatiko.engine.workflow.process.instance.node

├─ io.automatiko.engine.workflow.process.instance.node.ActionNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.BoundaryEventNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.CatchLinkNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.CompositeContextNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.CompositeNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.DynamicNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.DynamicUtils.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.EndNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.EventBasedNodeInstanceInterface.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.EventNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.EventNodeInstanceInterface.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.EventSubProcessNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.FaultNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.ForEachNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.HumanTaskNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.JoinInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.LambdaSubProcessNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.MilestoneNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.RuleSetNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.SplitInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.StartNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.StateBasedNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.StateNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.SubProcessNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.ThrowLinkNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.TimerNodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.node.WorkItemNodeInstance.class - [JAR]

io.automatiko.engine.workflow.base.core.context

├─ io.automatiko.engine.workflow.base.core.context.AbstractContext.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.ProcessContext.class - [JAR]

io.automatiko.engine.workflow.base.instance.context.exception

├─ io.automatiko.engine.workflow.base.instance.context.exception.CompensationScopeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.exception.DefaultExceptionScopeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.exception.ExceptionScopeInstance.class - [JAR]

io.automatiko.engine.workflow.lock

├─ io.automatiko.engine.workflow.lock.LockManager.class - [JAR]

├─ io.automatiko.engine.workflow.lock.UnlockWorkUnit.class - [JAR]

io.automatiko.engine.workflow.auth

├─ io.automatiko.engine.workflow.auth.AccessPolicyFactory.class - [JAR]

├─ io.automatiko.engine.workflow.auth.AllowAllAccessPolicy.class - [JAR]

├─ io.automatiko.engine.workflow.auth.CompositeAccessPolicy.class - [JAR]

├─ io.automatiko.engine.workflow.auth.InitiatorAccessPolicy.class - [JAR]

├─ io.automatiko.engine.workflow.auth.ParticipantsAccessPolicy.class - [JAR]

io.automatiko.engine.workflow.base.core.validation

├─ io.automatiko.engine.workflow.base.core.validation.ProcessValidationError.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.validation.ProcessValidator.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.validation.ProcessValidatorRegistry.class - [JAR]

io.automatiko.engine.workflow.base.instance.context.exclusive

├─ io.automatiko.engine.workflow.base.instance.context.exclusive.ExclusiveGroupInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.exclusive.SwimlaneInstance.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.humantask

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.BaseHumanTaskLifeCycle.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.HumanTaskTransition.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.HumanTaskWorkItemHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.HumanTaskWorkItemImpl.class - [JAR]

io.automatiko.engine.workflow.base.core.validation.impl

├─ io.automatiko.engine.workflow.base.core.validation.impl.ProcessValidationErrorImpl.class - [JAR]

io.automatiko.engine.workflow.marshalling.impl.strategies

├─ io.automatiko.engine.workflow.marshalling.impl.strategies.ObjectMarshallingStrategyStoreImpl.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.impl.strategies.SerializablePlaceholderResolverStrategy.class - [JAR]

io.automatiko.engine.workflow.marshalling

├─ io.automatiko.engine.workflow.marshalling.ProcessInstanceMarshaller.class - [JAR]

├─ io.automatiko.engine.workflow.marshalling.ProcessMarshallerWriteContext.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.workitem

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.Abort.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.Active.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.Complete.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.DefaultWorkItemManager.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.WorkItemHandlerNotFoundException.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.workitem.WorkItemImpl.class - [JAR]

io.automatiko.engine.workflow.base.instance.event

├─ io.automatiko.engine.workflow.base.instance.event.DefaultSignalManager.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.event.DefaultSignalManagerFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.event.SignalManagerFactory.class - [JAR]

io.automatiko.engine.workflow.base.core.datatype

├─ io.automatiko.engine.workflow.base.core.datatype.DataTypeFactory.class - [JAR]

io.automatiko.engine.workflow.util

├─ io.automatiko.engine.workflow.util.InstanceTuple.class - [JAR]

├─ io.automatiko.engine.workflow.util.PatternConstants.class - [JAR]

├─ io.automatiko.engine.workflow.util.WidMVELEvaluator.class - [JAR]

io.automatiko.engine.workflow

├─ io.automatiko.engine.workflow.AbstractProcess.class - [JAR]

├─ io.automatiko.engine.workflow.AbstractProcessInstance.class - [JAR]

├─ io.automatiko.engine.workflow.BaseWorkItem.class - [JAR]

├─ io.automatiko.engine.workflow.CachedProcessEventListenerConfig.class - [JAR]

├─ io.automatiko.engine.workflow.CachedWorkItemHandlerConfig.class - [JAR]

├─ io.automatiko.engine.workflow.ConfiguredProcessServices.class - [JAR]

├─ io.automatiko.engine.workflow.DefaultProcessEventListenerConfig.class - [JAR]

├─ io.automatiko.engine.workflow.DefaultWorkItemHandlerConfig.class - [JAR]

├─ io.automatiko.engine.workflow.ErrorMapper.class - [JAR]

├─ io.automatiko.engine.workflow.JsonModel.class - [JAR]

├─ io.automatiko.engine.workflow.MapProcessInstances.class - [JAR]

├─ io.automatiko.engine.workflow.Sig.class - [JAR]

├─ io.automatiko.engine.workflow.StaticProcessConfig.class - [JAR]

├─ io.automatiko.engine.workflow.StringExportedProcessInstance.class - [JAR]

io.automatiko.engine.workflow.builder

├─ io.automatiko.engine.workflow.builder.AbstractNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.AdditionalPathNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.BuilderContext.class - [JAR]

├─ io.automatiko.engine.workflow.builder.DataObjectType.class - [JAR]

├─ io.automatiko.engine.workflow.builder.EndNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.EndWithErrorNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.EndWithMessageNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.ErrorNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.EventSplitNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.Expression.class - [JAR]

├─ io.automatiko.engine.workflow.builder.ExpressionNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.JoinNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.ParallelSplitNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.RestServiceNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.SendMessageNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.ServiceNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.SplitNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.StartNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.StartOnMessageNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.StartOnTimerNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.SubWorkflowNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.TimerNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.UserNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.WaitOnMessageNodeBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.builder.WorkflowBuilder.class - [JAR]

io.automatiko.engine.workflow.process.instance

├─ io.automatiko.engine.workflow.process.instance.NodeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.NodeInstanceContainer.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.RecoveryItem.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.WorkflowProcessInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.WorkflowRuntimeException.class - [JAR]

io.automatiko.engine.workflow.base.core.datatype.impl.coverter

├─ io.automatiko.engine.workflow.base.core.datatype.impl.coverter.DateTypeConverter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.coverter.JsonNodeTypeConverter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.coverter.NoOpTypeConverter.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.coverter.TypeConverterRegistry.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.end

├─ io.automatiko.engine.workflow.base.instance.impl.end.ArchiveEndOfInstanceStrategy.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.end.KeepEndOfInstanceStrategy.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.end.RemoveEndOfInstanceStrategy.class - [JAR]

io.automatiko.engine.workflow.process.instance.impl

├─ io.automatiko.engine.workflow.process.instance.impl.CodegenNodeInstanceFactoryRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.CompensationEventListener.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.DummyEventListener.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.ExtendedNodeInstanceImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.NodeInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.NodeInstanceFactoryRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.NodeInstanceImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.NodeInstanceResolverFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.ProcessInstanceResolverFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.VariableScopeResolverFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.WorkItemResolverFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.instance.impl.WorkflowProcessInstanceImpl.class - [JAR]

io.automatiko.engine.workflow.file

├─ io.automatiko.engine.workflow.file.ByteArrayFile.class - [JAR]

├─ io.automatiko.engine.workflow.file.FileArchivedVariable.class - [JAR]

├─ io.automatiko.engine.workflow.file.UrlFile.class - [JAR]

io.automatiko.engine.workflow.audit

├─ io.automatiko.engine.workflow.audit.BaseAuditEntry.class - [JAR]

io.automatiko.engine.workflow.http

├─ io.automatiko.engine.workflow.http.AuthorizationInfo.class - [JAR]

├─ io.automatiko.engine.workflow.http.HttpAuthorization.class - [JAR]

├─ io.automatiko.engine.workflow.http.HttpCallbacks.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.factory

├─ io.automatiko.engine.workflow.base.instance.impl.factory.ReuseContextInstanceFactory.class - [JAR]

io.automatiko.engine.workflow.process.executable.instance

├─ io.automatiko.engine.workflow.process.executable.instance.ExecutableProcessInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.instance.ExecutableProcessInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.instance.ServerlessExecutableProcessInstance.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.instance.ServerlessExecutableProcessInstanceFactory.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.actions

├─ io.automatiko.engine.workflow.base.instance.impl.actions.CancelNodeInstanceAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.actions.HandleEscalationAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.actions.HandleMessageAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.actions.ProcessInstanceCompensationAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.actions.SignalProcessInstanceAction.class - [JAR]

io.automatiko.engine.workflow.base.instance.context.swimlane

├─ io.automatiko.engine.workflow.base.instance.context.swimlane.SwimlaneContextInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.swimlane.SwimlaneInstance.class - [JAR]

io.automatiko.engine.workflow.base.core.transformation

├─ io.automatiko.engine.workflow.base.core.transformation.JavaScriptingDataTransformer.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.transformation.MVELDataTransformer.class - [JAR]

io.automatiko.engine.workflow.base.instance

├─ io.automatiko.engine.workflow.base.instance.AbstractProcessInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.AbstractProcessRuntimeServiceProvider.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ContextInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ContextInstanceContainer.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ContextableInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.InternalProcessRuntime.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.LightProcessRuntime.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.LightProcessRuntimeContext.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.LightProcessRuntimeServiceProvider.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.LightWorkItemManager.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessInstanceFactoryRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessInstanceManager.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessInstanceManagerFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessRuntimeContext.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessRuntimeFactoryServiceImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessRuntimeImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.ProcessRuntimeServiceProvider.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.TagInstance.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.util

├─ io.automatiko.engine.workflow.base.instance.impl.util.LoggingPrintStream.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.util.VariableUtil.class - [JAR]

io.automatiko.engine.workflow.base.instance.context.variable

├─ io.automatiko.engine.workflow.base.instance.context.variable.DefaultVariableInitializer.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.variable.JsonVariableContextInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.variable.JsonVariableScopeInstance.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.context.variable.VariableScopeInstance.class - [JAR]

io.automatiko.engine.workflow.base.core

├─ io.automatiko.engine.workflow.base.core.Context.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.ContextContainer.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.ContextResolver.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.Contextable.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.FunctionTagDefinition.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.ParameterDefinition.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.Process.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.StaticTagDefinition.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.TagDefinition.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.TypeObject.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.ValueObject.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.VariableExpression.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.Work.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.WorkDefinition.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.WorkDefinitionExtension.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.WorkEditor.class - [JAR]

io.automatiko.engine.workflow.base.core.context.exclusive

├─ io.automatiko.engine.workflow.base.core.context.exclusive.ExclusiveGroup.class - [JAR]

io.automatiko.engine.workflow.base.core.timer

├─ io.automatiko.engine.workflow.base.core.timer.BusinessCalendar.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.timer.CronExpirationTime.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.timer.DateTimeUtils.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.timer.NoOpExpirationTime.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.timer.TimeUtils.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.timer.Timer.class - [JAR]

io.automatiko.engine.workflow.sw

├─ io.automatiko.engine.workflow.sw.ServerlessFunctions.class - [JAR]

io.automatiko.engine.workflow.process.core.impl

├─ io.automatiko.engine.workflow.process.core.impl.ConnectionImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.ConnectionRef.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.ConsequenceAction.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.ConstraintImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.ExtendedNodeImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.NodeContainerImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.NodeImpl.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.impl.WorkflowProcessImpl.class - [JAR]

io.automatiko.engine.workflow.base.core.context.variable

├─ io.automatiko.engine.workflow.base.core.context.variable.JsonVariableScope.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.variable.Mappable.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.variable.Variable.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.context.variable.VariableScope.class - [JAR]

io.automatiko.engine.workflow.process.executable.core.validation

├─ io.automatiko.engine.workflow.process.executable.core.validation.ExecutableProcessValidator.class - [JAR]

io.automatiko.engine.workflow.process.executable.core.factory

├─ io.automatiko.engine.workflow.process.executable.core.factory.ActionNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.BoundaryEventNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.CompositeContextNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.DynamicNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.EndNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.EventNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.EventSubProcessNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.ExtendedNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.FaultNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.ForEachNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.HumanTaskNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.JoinFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.MappableNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.MilestoneNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.NodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.RuleSetNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.SplitFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.StartNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.StateBasedNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.StateNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.SubProcessNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.TimerNodeFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.VariableFactory.class - [JAR]

├─ io.automatiko.engine.workflow.process.executable.core.factory.WorkItemNodeFactory.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl

├─ io.automatiko.engine.workflow.base.instance.impl.Action.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.AssignmentAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ConstraintEvaluator.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ContextInstanceFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ContextInstanceFactoryRegistry.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.DefaultProcessInstanceManager.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.DefaultProcessInstanceManagerFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.DefaultSingletonProcessInstanceManagerFactory.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.JavaScriptAction.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.JavaScriptReturnValueEvaluator.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ProcessInstanceImpl.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ReturnValueConstraintEvaluator.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.ReturnValueEvaluator.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.humantask.phases

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.phases.Claim.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.phases.Release.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.humantask.phases.Skip.class - [JAR]

io.automatiko.engine.workflow.base.core.datatype.impl.type

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.BooleanDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.EnumDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.FloatDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.IntegerDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.JsonNodeDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.ListDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.ObjectDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.StringDataType.class - [JAR]

├─ io.automatiko.engine.workflow.base.core.datatype.impl.type.UndefinedDataType.class - [JAR]

io.automatiko.engine.workflow.base.instance.impl.demo

├─ io.automatiko.engine.workflow.base.instance.impl.demo.DoNothingWorkItemHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.demo.MockDataWorkItemHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.demo.SystemOutWorkItemHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.demo.UIWorkItemHandler.class - [JAR]

├─ io.automatiko.engine.workflow.base.instance.impl.demo.UIWorkItemHandlerDialog.class - [JAR]

io.automatiko.engine.workflow.json

├─ io.automatiko.engine.workflow.json.JsonArchiveBuilder.class - [JAR]

├─ io.automatiko.engine.workflow.json.JsonArchiveVariable.class - [JAR]

├─ io.automatiko.engine.workflow.json.JsonNodeDeserializer.class - [JAR]

├─ io.automatiko.engine.workflow.json.JsonNodeSerializer.class - [JAR]

├─ io.automatiko.engine.workflow.json.ValueExtractor.class - [JAR]

io.automatiko.engine.workflow.process.core

├─ io.automatiko.engine.workflow.process.core.Connection.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.Constraint.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.ExpressionCondition.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.Node.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.NodeContainer.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.NodeExtension.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.ProcessAction.class - [JAR]

├─ io.automatiko.engine.workflow.process.core.WorkflowProcess.class - [JAR]

Advertisement