@villedemontreal/workit-stepfunction-client
Version:
Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript
33 lines (32 loc) • 761 B
TypeScript
export declare const SERVICE_IDENTIFIER: {
/**
* Bind the Camunda repository
*/
camunda_repository: symbol;
/**
* Bind the Step function repository
*/
stepfunction_repository: symbol;
/**
* Bind the Generic client you want to use
*/
camunda_client: symbol;
/**
* Bind the SQS configuration
*/
sqs_config: symbol;
/**
* Bind your own step function configuration
*/
stepfunction_config: symbol;
logger: symbol;
failure_strategy: symbol;
success_strategy: symbol;
process_handler: symbol; /**
* Bind the Generic client you want to use
*/
process_handler_config: symbol;
worker: symbol;
tracer: symbol;
tracer_propagator: symbol;
};