All Projects → Southpaw-TACTIC → Tactic

Southpaw-TACTIC / Tactic

Licence: epl-1.0
Open source remote collaboration platform used for configuring and deploying enterprise Workflow solutions.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tactic

Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-37.54%)
Mutual labels:  workflow-engine, workflow
zenaton-ruby
💎 Ruby gem to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 32 (-89.37%)
Mutual labels:  workflow, workflow-engine
Flor
a workflow engine
Stars: ✭ 190 (-36.88%)
Mutual labels:  workflow-engine, workflow
Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+609.63%)
Mutual labels:  workflow-engine, workflow
Rails workflow
Check Wiki for details
Stars: ✭ 295 (-1.99%)
Mutual labels:  workflow-engine, workflow
Cuneiform
Cuneiform distributed programming language
Stars: ✭ 175 (-41.86%)
Mutual labels:  workflow-engine, workflow
Aiida Core
The official repository for the AiiDA code
Stars: ✭ 238 (-20.93%)
Mutual labels:  workflow-engine, workflow
Etl unicorn
数据可视化, 数据挖掘, 数据处理 ETL
Stars: ✭ 156 (-48.17%)
Mutual labels:  workflow-engine, workflow
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-94.68%)
Mutual labels:  workflow, workflow-engine
nactivity
workflow engine activity activiti
Stars: ✭ 55 (-81.73%)
Mutual labels:  workflow, workflow-engine
Workflow Core
Lightweight workflow engine for .NET Standard
Stars: ✭ 3,605 (+1097.67%)
Mutual labels:  workflow-engine, workflow
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (-8.97%)
Mutual labels:  workflow-engine, workflow
Workflow core
[Deprecated, use flor_core instead] A Rails engine which providing essential infrastructure of workflow. It's based on Workflow Nets.
Stars: ✭ 171 (-43.19%)
Mutual labels:  workflow-engine, workflow
Conductor
Distributed workflow server
Stars: ✭ 281 (-6.64%)
Mutual labels:  workflow-engine, workflow
Batchflow
BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and machine learning workflows even for datasets that do not fit into memory.
Stars: ✭ 156 (-48.17%)
Mutual labels:  workflow-engine, workflow
Pallets
Simple and reliable workflow engine, written in Ruby
Stars: ✭ 216 (-28.24%)
Mutual labels:  workflow-engine, workflow
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+619.27%)
Mutual labels:  workflow-engine, workflow
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (-49.17%)
Mutual labels:  workflow-engine, workflow
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-92.36%)
Mutual labels:  workflow, workflow-engine
tukio
Tukio is an event based workflow generator library
Stars: ✭ 27 (-91.03%)
Mutual labels:  workflow, workflow-engine

Workflow Platform

TACTIC is an open-source remote collaboration platform used for configuring and deploying enterprise Workflow solutions. These solutions simplify the development and delivery of digital assets through a well defined set of processes. This is accomplished by integrating a core Workflow Engine with Digital Asset Management and Content Management components to provide a complete platform for individualized enterprise Workflow solutions

Features

TACTIC has a number of key components:

  • Workflow Engine and Manager:

  • Data Management

  • Digital Asset Manager

  • Web Framework

Contribute

We are always encouraging people to contribute to the project. This can be in any form starting from asking a question, requesting a feature to fixing bugs or adding new features. We always welcome feedback as that is the driving force that gives us direction on where to go. If you do make any changes to the code, please use your own fork and submit a pull request.

Installation

You can download the latest distributions from any of number of formats from the community downloads

or you can access earlier versions

For detailed installation instructions, the TACTIC System Administration documentation is useful

Getting Started

Getting started is easy. You can start up quickly with an official VM distribution which has the database and webserver all setup for you. Refer to the Quick Start Guide for more information:

Documentation

Detailed documentation can be found on the community site.

There documentation is split in different sections that focus on different aspects of TACTIC:

  1. Quick Start: quick overview of how what to do to get up and running
  2. System Administration: detailed description of installation and connections to database and other external services.
  3. Setup: description of how to set up a TACTIC project for end users to work on.
  4. Developer: documention for developers to customize TACTIC and access the API.

API

TACTIC has a very deep and mature API allow you to customize almost any part of the system.

Python Example

from tactic_client_lib import TacticServerStub
server = TacticServerStub.get()
shots = server.query("vfx/shot", ['sequence_code', 'SEQ001'])
for shot in shots:
    print("shot: ", shot.get("status") )

Javascript Example

let server = TACTIC.get();
server.update(shot_key, {'status', 'Complete'})

Complete documentation can be found on the TACTIC Developer Documentation

Resources

For more information, visit the community site for TACTIC.

Or participate in the TACTIC forum if you have any questions.

There is also a collection of YouTube videos that you can browser through.

Visual Effects (VFX)

TACTIC has a built-in VFX module that has been used as a template for countless productions around the world. Over the years, it's popularity has grown considerably and more and more people become familiar with TACTIC features. Because TACTIC is Open Source, it can configured and connected seamleassly into any studio producing content.

Easily start up your production by creating a project with TACTIC nad selecting the VFX template. Create your own template and reuse your own template for all future productions.

License

Eclipse Public License 1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].